aboutsummaryrefslogtreecommitdiff
path: root/security/linux-c7-libgcrypt/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-11-30 17:14:20 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-11-30 17:14:20 +0000
commit454df5ea1ca033f062463a797f88333669fe6ffd (patch)
tree0ef69f91e317c1b62df0ae39906e5f4885679a94 /security/linux-c7-libgcrypt/Makefile
parent4f44bbd5d242d28eb82d273ef80e9317caaafb0e (diff)
downloadports-454df5ea1ca033f062463a797f88333669fe6ffd.tar.gz
ports-454df5ea1ca033f062463a797f88333669fe6ffd.zip
Update to 1.5.3-13.el7_3.1.
Notes
Notes: svn path=/head/; revision=427442
Diffstat (limited to 'security/linux-c7-libgcrypt/Makefile')
-rw-r--r--security/linux-c7-libgcrypt/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/linux-c7-libgcrypt/Makefile b/security/linux-c7-libgcrypt/Makefile
index 0a29c8c6061e..5ec3d26cfcab 100644
--- a/security/linux-c7-libgcrypt/Makefile
+++ b/security/linux-c7-libgcrypt/Makefile
@@ -3,7 +3,10 @@
PORTNAME= libgcrypt
PORTVERSION= 1.5.3
+PORTREVISION= 1
CATEGORIES= security linux
+MASTER_SITES= CENTOS_LINUX/centos/${LINUX_DIST_VER}/cr/x86_64/Packages
+SRC_DISTFILES= # not available
MAINTAINER= emulation@FreeBSD.org
COMMENT= Crypto library based on code used in GnuPG (Linux CentOS ${LINUX_DIST_VER})
@@ -12,7 +15,7 @@ CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]*
LICENSE= LGPL21+
-RPMVERSION= 12.el7_1.1
+RPMVERSION= 13.el7_3.1
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
@@ -20,4 +23,7 @@ USE_LINUX_RPM= yes
PORTDOCS= AUTHORS COPYING.LIB NEWS THANKS
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
+post-install:
+ ${RM} -r ${STAGEDIR}${PREFIX}/etc
+
.include <bsd.port.mk>