diff options
author | dburr <dburr@FreeBSD.org> | 1998-07-06 22:13:55 +0800 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 1998-07-06 22:13:55 +0800 |
commit | 6124e603b475dab2b25aabcc985a7f934fc00b1b (patch) | |
tree | 7fe2f5fd2b2ddfa58e0b9f70f787c7bfe81e17b5 /misc | |
parent | 1176578b9677c08554ea24a978dc8e88f7edd867 (diff) | |
download | freebsd-ports-gnome-6124e603b475dab2b25aabcc985a7f934fc00b1b.tar.gz freebsd-ports-gnome-6124e603b475dab2b25aabcc985a7f934fc00b1b.tar.zst freebsd-ports-gnome-6124e603b475dab2b25aabcc985a7f934fc00b1b.zip |
Scour changed the file out from under us (md5 changed)...
While I was at it, I upgraded to sma 0.9.13.
Pointed out to me by: Þórður Ívarsson <thivars@est.is>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sma/Makefile | 11 | ||||
-rw-r--r-- | misc/sma/distinfo | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/misc/sma/Makefile b/misc/sma/Makefile index a4bc1bf63d95..7068612e842c 100644 --- a/misc/sma/Makefile +++ b/misc/sma/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: sma -# Version required: 0.9.7 +# Version required: 0.9.13 # Date created: 8 May 1998 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/05/10 22:21:36 steve Exp $ +# $Id: Makefile,v 1.2 1998/05/30 12:36:19 dburr Exp $ # -DISTNAME= SMA2 -PKGNAME= sma-0.9.7 +DISTNAME= SMA +PKGNAME= sma-0.9.13 CATEGORIES= misc MASTER_SITES= http://www.scour.net/sma/ EXTRACT_SUFX= .pl @@ -26,7 +26,8 @@ do-extract: pre-configure: @${SED} -e '1,1s:/usr/bin/perl:${PREFIX}/bin/perl5.00404:' \ - ${DISTDIR}/SMA2.pl > ${WRKDIR}/sma + -e '/\$debug = 3/s//\$debug = 0/' \ + ${DISTDIR}/SMA.pl > ${WRKDIR}/sma do-install: ${INSTALL_SCRIPT} ${WRKDIR}/sma ${PREFIX}/bin diff --git a/misc/sma/distinfo b/misc/sma/distinfo index 001e47d6743b..e39ce8130d28 100644 --- a/misc/sma/distinfo +++ b/misc/sma/distinfo @@ -1 +1 @@ -MD5 (SMA2.pl) = 8ec193579390772cf305436fb61f5483 +MD5 (SMA.pl) = 6409f024c5ed3b2fbdf901ab210187de |