diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-09-16 15:12:19 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-09-16 15:12:19 +0000 |
commit | 89a9f639535b2963afe54019b5e5f99b46c43897 (patch) | |
tree | aa3406ce070899e9c4cceefe23f74cc26eff10ce /security | |
parent | 8fcc5d603411b3051acd2d4807cadfbd72bd33a1 (diff) | |
download | FreeBSD-ports-89a9f639535b2963afe54019b5e5f99b46c43897.zip FreeBSD-ports-89a9f639535b2963afe54019b5e5f99b46c43897.tar.gz |
Update to 0.2.4
Add MASTER_SITES
Change all hardcoded versions to regex of PORTVERSION
PR: 30606
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/bcwipe/Makefile | 9 | ||||
-rw-r--r-- | security/bcwipe/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/bcwipe/Makefile b/security/bcwipe/Makefile index 21035392..43237ef 100644 --- a/security/bcwipe/Makefile +++ b/security/bcwipe/Makefile @@ -6,14 +6,15 @@ # PORTNAME= bcwipe -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.4 CATEGORIES= security -MASTER_SITES= http://www.jetico.com/linux/ -DISTNAME= BCWipe-0.2-3 +MASTER_SITES= http://www.jetico.com/linux/ \ + http://www.edunet.hu/~crow/ +DISTNAME= BCWipe-${PORTVERSION:S/./-/g:S/-/./} MAINTAINER= crow@nektor.hu -WRKSRC= ${WRKDIR}/${PORTNAME}-0.2-3 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./-/g:S/-/./} MAN1= bcwipe.1 diff --git a/security/bcwipe/distinfo b/security/bcwipe/distinfo index 7385255..92ea043 100644 --- a/security/bcwipe/distinfo +++ b/security/bcwipe/distinfo @@ -1 +1 @@ -MD5 (BCWipe-0.2-3.tar.gz) = 8e0d50d42b9cf5256f4a890811721d5c +MD5 (BCWipe-0.2-4.tar.gz) = a1fd3b04bfddbef19182010d2426907d |