aboutsummaryrefslogtreecommitdiff
path: root/security/bugs
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-12 17:47:26 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-12 17:47:26 +0000
commita7c389c6d31b5c3e3c8dcebc55e68007bb521d6a (patch)
tree7b6d720539cb8d3093ac3f335d96bab76dbbc67d /security/bugs
parent0106713e13f8bc26bae9f478bbd11818ce122d94 (diff)
downloadports-a7c389c6d31b5c3e3c8dcebc55e68007bb521d6a.tar.gz
ports-a7c389c6d31b5c3e3c8dcebc55e68007bb521d6a.zip
Notes
Diffstat (limited to 'security/bugs')
-rw-r--r--security/bugs/Makefile31
-rw-r--r--security/bugs/distinfo2
-rw-r--r--security/bugs/pkg-descr2
3 files changed, 18 insertions, 17 deletions
diff --git a/security/bugs/Makefile b/security/bugs/Makefile
index 00b23bb2ab5c..0ebb6f005ecc 100644
--- a/security/bugs/Makefile
+++ b/security/bugs/Makefile
@@ -5,28 +5,29 @@
# $FreeBSD$
#
-PORTNAME= bugs
-PORTVERSION= 4.1.0
-CATEGORIES= security
-MASTER_SITES= http://www.encryptsolutions.com/english/download/ \
- http://www.bcrypt.com/english/download/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= stephane@freebsd-fr.org
+PORTNAME= bugs
+PORTVERSION= 4.1.1
+CATEGORIES= security
+MASTER_SITES= http://www.encryptsolutions.com/english/download/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= stephane@freebsd-fr.org
COMMENT= Great cryptography library and sample programs
-PLIST_SUB+= PORTVERSION=${PORTVERSION}
+PLIST_SUB+= PORTVERSION=${PORTVERSION}
-USE_GMAKE= yes
+USE_GMAKE= yes
+USE_REINPLACE= yes
# No Manual page
post-configure:
- (cd ${WRKSRC}; ${MAKE} bsd)
- ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.pre_sed
- ${SED} -e 's:^INSTALL_PATH = "/usr/local/bugs-.*":INSTALL_PATH = "${PREFIX}/${DISTNAME}":' \
- -e 's/^install: instchoice all/install: instchoice/' \
- < ${WRKSRC}/Makefile.pre_sed > ${WRKSRC}/Makefile
+ (cd ${WRKSRC}; ${MAKE} bsd);
+ ${REINPLACE_CMD} -e 's:^INSTALL_PATH = "/usr/local/bugs-.*":INSTALL_PATH = "${PREFIX}/${DISTNAME}":' ${WRKSRC}/Makefile;
+ ${REINPLACE_CMD} -e 's/^install: instchoice all/install: instchoice/' ${WRKSRC}/Makefile;
+ # Comment the docs installation
+ ${REINPLACE_CMD} -e 's+\(@echo "Copying docs.*\)+# \1+' ${WRKSRC}/Makefile;
+ ${REINPLACE_CMD} -e 's+\(@cp -rf ./doc/.*\)+# \1+' ${WRKSRC}/Makefile;
post-build:
${CP} ${WRKSRC}/lib/unix/*.a ${WRKSRC}/lib/
diff --git a/security/bugs/distinfo b/security/bugs/distinfo
index 52c287a458c2..513919847c19 100644
--- a/security/bugs/distinfo
+++ b/security/bugs/distinfo
@@ -1 +1 @@
-MD5 (bugs-4.1.0.tgz) = b3f6e04c0d5f980ccd9134ee56d62ac1
+MD5 (bugs-4.1.1.tgz) = 73e9ad93e81a19fb617cfe102315e1a4
diff --git a/security/bugs/pkg-descr b/security/bugs/pkg-descr
index 3b9f9db0bfae..d069706dfd15 100644
--- a/security/bugs/pkg-descr
+++ b/security/bugs/pkg-descr
@@ -10,7 +10,7 @@ ATTENTION !!! IN SOME COUNTRIES THIS SOFTWARE MAY BE ILLEGAL SO DON'T USE
IT IF YOU ARE NOT ALLOWED...
-WWW: http://www.bcrypt.com/
+WWW: http://www.encryptsolutions.com/
- Stephane Legrand