aboutsummaryrefslogtreecommitdiff
path: root/security/ncrypt
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-30 20:17:59 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-30 20:17:59 +0000
commit72a2abb73a85383b54c9c68c1ed4096d12a04e1b (patch)
treef727c8739c5fda3053afbffb877ea94d01171e15 /security/ncrypt
parente7b3cc2a3f326e165298f923d69e34817cdc6cf3 (diff)
downloadports-72a2abb73a85383b54c9c68c1ed4096d12a04e1b.tar.gz
ports-72a2abb73a85383b54c9c68c1ed4096d12a04e1b.zip
- Update to 0.8.1
PR: 201179 Submitted by: tkato432@yahoo.com Differential Revision:
Notes
Notes: svn path=/head/; revision=390994
Diffstat (limited to 'security/ncrypt')
-rw-r--r--security/ncrypt/Makefile16
-rw-r--r--security/ncrypt/distinfo4
2 files changed, 10 insertions, 10 deletions
diff --git a/security/ncrypt/Makefile b/security/ncrypt/Makefile
index e3a3dba31a9d..a62b9fe08adc 100644
--- a/security/ncrypt/Makefile
+++ b/security/ncrypt/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= ncrypt
-PORTVERSION= 0.8.0
+PORTVERSION= 0.8.1
CATEGORIES= security
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION}
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION:R}.0
MAINTAINER= ports@FreeBSD.org
COMMENT= Advanced AES file encryption tool
@@ -12,19 +12,19 @@ COMMENT= Advanced AES file encryption tool
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= autoreconf tar:tgz
+USES= tar:tgz
GNU_CONFIGURE= yes
PLIST_FILES= bin/ncrypt bin/nrm
-pre-patch:
- @${RM} ${WRKSRC}/*.m4
-
post-patch:
@${REINPLACE_CMD} -e \
- 's| getopt.c getopt1.c||' ${WRKSRC}/Makefile.am
+ 's|getopt.$$(OBJEXT) || ; \
+ s|getopt1.$$(OBJEXT) || ; \
+ s|getopt.c || ; \
+ s|getopt1.c ||' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e \
's|-O0|| ; \
- s|"\($$CCOPTS\)"|"\1 $$CFLAGS"|' ${WRKSRC}/configure.ac
+ s|"\($$CCOPTS\)"|"\1 $$CFLAGS"|' ${WRKSRC}/configure
.include <bsd.port.mk>
diff --git a/security/ncrypt/distinfo b/security/ncrypt/distinfo
index 0171650f5fac..3365d2949d1a 100644
--- a/security/ncrypt/distinfo
+++ b/security/ncrypt/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ncrypt-0.8.0.tgz) = 771267940226bb570dea2a5b2300e542a78285fa38c45d6f74903931c15633ab
-SIZE (ncrypt-0.8.0.tgz) = 785474
+SHA256 (ncrypt-0.8.1.tgz) = 85debd5ed343a1659dc336b03ea9c6baf1c73ddd3c52571fca12fbb458d97c65
+SIZE (ncrypt-0.8.1.tgz) = 406556