aboutsummaryrefslogtreecommitdiffstats
path: root/security/bugs
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-10-13 01:47:26 +0800
committerkrion <krion@FreeBSD.org>2003-10-13 01:47:26 +0800
commit9a78e938a2a7a132e9bde3350b17a67dfb80232e (patch)
tree2301c855cf2bfe19803ace37e51e8154f7aaee0d /security/bugs
parentbefd06baf5f4a782e033a41ad647b4f3cd2fcf14 (diff)
downloadfreebsd-ports-gnome-9a78e938a2a7a132e9bde3350b17a67dfb80232e.tar.gz
freebsd-ports-gnome-9a78e938a2a7a132e9bde3350b17a67dfb80232e.tar.zst
freebsd-ports-gnome-9a78e938a2a7a132e9bde3350b17a67dfb80232e.zip
- Update to version 4.1.1
PR: 57903 Submitted by: maintainer
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