diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-08-25 15:10:39 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-08-25 15:10:39 +0000 |
commit | b6aa397e9dabb01402a563f07924a6c66318a9ce (patch) | |
tree | 46e35e24ef43df40dcda8c98eb9790f1bca0d1f3 /sysutils/unquote | |
parent | Simplify configuration installation in rc.d (diff) |
Update to 1.0pre3.
Use MANCOMPRESSED instead of tweaking MAKE_ENV.
Remove the WRKSRC hack, I've learned to package up my stuff properly.
Change e-mail addresses and URL's to ones at ringlet.net.
Notes
Notes:
svn path=/head/; revision=46890
Diffstat (limited to 'sysutils/unquote')
-rw-r--r-- | sysutils/unquote/Makefile | 9 | ||||
-rw-r--r-- | sysutils/unquote/distinfo | 2 | ||||
-rw-r--r-- | sysutils/unquote/pkg-descr | 4 |
3 files changed, 6 insertions, 9 deletions
diff --git a/sysutils/unquote/Makefile b/sysutils/unquote/Makefile index 1954b7e42105..a4cddfcb9102 100644 --- a/sysutils/unquote/Makefile +++ b/sysutils/unquote/Makefile @@ -6,19 +6,16 @@ # PORTNAME= unquote -PORTVERSION= 1.0.b2 +PORTVERSION= 1.0.b3 CATEGORIES= sysutils -MASTER_SITES= http://ringwraith.online.bg/~roam/devel/misc/unquote/ \ - http://people.FreeBSD.org/~roam/devel/misc/unquote/ +MASTER_SITES= http://devel.ringlet.net/misc/unquote/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} MAINTAINER= roam@FreeBSD.org -WRKSRC= ${WRKDIR}/${PORTNAME} - MAN1= unquote.1 +MANCOMPRESSED= yes -MAKE_ENV+= NOMANCOMPRESS=yes .if !defined(NO_RELEASE) MAKE_ENV+= RELEASE=yes .endif diff --git a/sysutils/unquote/distinfo b/sysutils/unquote/distinfo index f4386ee9d42d..782cddb39f3f 100644 --- a/sysutils/unquote/distinfo +++ b/sysutils/unquote/distinfo @@ -1 +1 @@ -MD5 (unquote-1.0pre2.tar.gz) = c4b69fa24b256d4d0da5076baa9d152c +MD5 (unquote-1.0pre3.tar.gz) = b8b43a6aeaecf107463565e5f7ec0a23 diff --git a/sysutils/unquote/pkg-descr b/sysutils/unquote/pkg-descr index a7dc3e2e0874..591e0b40d738 100644 --- a/sysutils/unquote/pkg-descr +++ b/sysutils/unquote/pkg-descr @@ -1,5 +1,5 @@ unquote executes a command after unquoting a specified list of arguments, so that arbitrary characters may be passed in command-line arguments. -Author: Peter Pentchev <roam@orbitel.bg> -WWW: http://ringwraith.online.bg/~roam/misc/unquote/ +Author: Peter Pentchev <roam@ringlet.net> +WWW: http://devel.ringlet.net/misc/unquote/ |