diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-22 14:30:35 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-22 14:30:35 +0000 |
commit | 7052c2b96c3d3c8c5d49af4941e7995e14d45d85 (patch) | |
tree | cc071c15382003a8b73113b3930de369b4f7e465 /misc | |
parent | 16fbdcd1f31505c3d14cc26712452f3eb63c106d (diff) | |
download | FreeBSD-ports-7052c2b96c3d3c8c5d49af4941e7995e14d45d85.zip FreeBSD-ports-7052c2b96c3d3c8c5d49af4941e7995e14d45d85.tar.gz |
upgrade to 0.2
PR: 38404
Submitted by: maintainer
Diffstat (limited to 'misc')
-rw-r--r-- | misc/yaucg/Makefile | 5 | ||||
-rw-r--r-- | misc/yaucg/distinfo | 2 | ||||
-rw-r--r-- | misc/yaucg/files/patch-aa | 4 | ||||
-rw-r--r-- | misc/yaucg/pkg-descr | 3 | ||||
-rw-r--r-- | misc/yaucg/pkg-plist | 4 |
5 files changed, 8 insertions, 10 deletions
diff --git a/misc/yaucg/Makefile b/misc/yaucg/Makefile index f23b1df..dad9be8 100644 --- a/misc/yaucg/Makefile +++ b/misc/yaucg/Makefile @@ -6,16 +6,17 @@ # PORTNAME= yaucg -PORTVERSION= 0.11 +PORTVERSION= 0.2 CATEGORIES= misc MASTER_SITES= http://home.balcab.ch/joelle.wiesmann/secuserv/ -DISTNAME= ${PORTNAME} MAINTAINER= gslin@ccca.nctu.edu.tw RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget \ bash:${PORTSDIR}/shells/bash2 +WRKSRC= ${WRKDIR}/${PORTNAME} + NO_BUILD= yes STRIP= # empty diff --git a/misc/yaucg/distinfo b/misc/yaucg/distinfo index 3d9d111..68905b3 100644 --- a/misc/yaucg/distinfo +++ b/misc/yaucg/distinfo @@ -1 +1 @@ -MD5 (yaucg.tar.gz) = 4b3b6cfa131f25d937cca19f69b1c6e6 +MD5 (yaucg-0.2.tar.gz) = 4b3b6cfa131f25d937cca19f69b1c6e6 diff --git a/misc/yaucg/files/patch-aa b/misc/yaucg/files/patch-aa index ed6192c..51cf806 100644 --- a/misc/yaucg/files/patch-aa +++ b/misc/yaucg/files/patch-aa @@ -1,5 +1,5 @@ ---- grepper/userfriendly.sh.orig Sun Aug 26 13:05:42 2001 -+++ grepper/userfriendly.sh Sun Aug 26 13:05:49 2001 +--- grepper/userfriendly.sh.orig Mon Aug 27 23:49:56 2001 ++++ grepper/userfriendly.sh Wed May 22 15:18:11 2002 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/local/bin/bash diff --git a/misc/yaucg/pkg-descr b/misc/yaucg/pkg-descr index 9d5a46d..3cf6543 100644 --- a/misc/yaucg/pkg-descr +++ b/misc/yaucg/pkg-descr @@ -4,6 +4,3 @@ the last x days (for when one has been on holidays or didn't run the script on the weekend). MySQL support is included. WWW: http://home.balcab.ch/joelle.wiesmann/secuserv/ - -- Gea-Suan Lin - gslin@ccca.nctu.edu.tw diff --git a/misc/yaucg/pkg-plist b/misc/yaucg/pkg-plist index a01152d..86309ee 100644 --- a/misc/yaucg/pkg-plist +++ b/misc/yaucg/pkg-plist @@ -1,6 +1,6 @@ -bin/userfriendly.sh +%%PORTDOCS%%@dirrm share/doc/yaucg %%PORTDOCS%%share/doc/yaucg/changelog %%PORTDOCS%%share/doc/yaucg/license %%PORTDOCS%%share/doc/yaucg/readme %%PORTDOCS%%share/doc/yaucg/todo -%%PORTDOCS%%@dirrm share/doc/yaucg +bin/userfriendly.sh |