diff options
author | roam <roam@FreeBSD.org> | 2001-08-25 15:10:39 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-08-25 15:10:39 +0000 |
commit | f8f9d2a7ffa4ab6913003f238d8e18631d33ae8e (patch) | |
tree | b7e5458d11f43dbec8238c9a6a14f818b084465e /sysutils/unquote | |
parent | f245ffe06ba3682fdb24015ef702a7c0dabb77a4 (diff) | |
download | FreeBSD-ports-f8f9d2a7ffa4ab6913003f238d8e18631d33ae8e.zip FreeBSD-ports-f8f9d2a7ffa4ab6913003f238d8e18631d33ae8e.tar.gz |
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.
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 1954b7e..a4cddfc 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 f4386ee..782cddb 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 a7dc3e2..591e0b4 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/ |