diff options
author | fenner <fenner@FreeBSD.org> | 2000-11-02 22:41:03 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2000-11-02 22:41:03 +0000 |
commit | ef495a41386309fb71a92262f7a7a11b9befcacb (patch) | |
tree | 0124dab8e1c4072667d0338313ddb4d93d809c6e | |
parent | e47ae6928e02d207d78806aa16d4dc054e27795d (diff) | |
download | FreeBSD-ports-ef495a41386309fb71a92262f7a7a11b9befcacb.zip FreeBSD-ports-ef495a41386309fb71a92262f7a7a11b9befcacb.tar.gz |
Update to shorten 3.1
Reviewed by: sec@42.org (MAINTAINER)
-rw-r--r-- | audio/shorten/Makefile | 8 | ||||
-rw-r--r-- | audio/shorten/distinfo | 2 | ||||
-rw-r--r-- | audio/shorten/files/patch-aa | 10 |
3 files changed, 9 insertions, 11 deletions
diff --git a/audio/shorten/Makefile b/audio/shorten/Makefile index e6f6cb6..5562c60 100644 --- a/audio/shorten/Makefile +++ b/audio/shorten/Makefile @@ -6,15 +6,13 @@ # PORTNAME= shorten -PORTVERSION= 2.3a +PORTVERSION= 3.1 CATEGORIES= audio archivers -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= fenner -DISTFILES= ${PORTNAME}.tar.gz +MASTER_SITES= http://www.etree.org/software/ MAINTAINER= sec@42.org -RESTRICTED= "May not be sold. May not be distributed if modified." +RESTRICTED= "May not be sold." MAN1= shorten.1 diff --git a/audio/shorten/distinfo b/audio/shorten/distinfo index 7129efa..a77d448 100644 --- a/audio/shorten/distinfo +++ b/audio/shorten/distinfo @@ -1 +1 @@ -MD5 (shorten.tar.gz) = 36c0f911db39711366075d8415941008 +MD5 (shorten-3.1.tar.gz) = 7581e6027fb087845158adcc99090072 diff --git a/audio/shorten/files/patch-aa b/audio/shorten/files/patch-aa index dba9416..51a4e9e 100644 --- a/audio/shorten/files/patch-aa +++ b/audio/shorten/files/patch-aa @@ -1,11 +1,11 @@ ---- Makefile.org Wed Feb 17 23:06:51 1999 -+++ Makefile Wed Feb 17 23:39:11 1999 +--- Makefile.orig Tue Sep 26 06:38:32 2000 ++++ Makefile Fri Sep 29 14:17:52 2000 @@ -5,7 +5,7 @@ CC = cc CFLAGS= -O --prefix = /usr/local -+prefix = $(PREFIX) +-DESTDIR = /usr/local ++DESTDIR = $(PREFIX) + prefix = $(DESTDIR) exec_prefix = $(prefix)/bin man_prefix = $(prefix)/man/man$(manext) - manext = 1 |