aboutsummaryrefslogtreecommitdiff
path: root/security/sks
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-04-11 21:48:29 +0000
committerJohan van Selst <johans@FreeBSD.org>2012-04-11 21:48:29 +0000
commit19e64d088da618da9eca786f41bbdc55f77f5e71 (patch)
tree014f654fdbcdea8d47ff2f677a93b6e7026a1858 /security/sks
parentaacbf62416c9012c043b92e94d5b13b73039da20 (diff)
downloadports-19e64d088da618da9eca786f41bbdc55f77f5e71.tar.gz
ports-19e64d088da618da9eca786f41bbdc55f77f5e71.zip
- Update sks to 1.1.3
- Add patch to pre-generate .depend (forgotten in upstream release) - Correct compile option: omit gprof profiling by default
Notes
Notes: svn path=/head/; revision=294681
Diffstat (limited to 'security/sks')
-rw-r--r--security/sks/Makefile6
-rw-r--r--security/sks/distinfo4
2 files changed, 7 insertions, 3 deletions
diff --git a/security/sks/Makefile b/security/sks/Makefile
index 4cdefaebc931..b09d80f5ddfc 100644
--- a/security/sks/Makefile
+++ b/security/sks/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sks
-PORTVERSION= 1.1.2
+PORTVERSION= 1.1.3
CATEGORIES= security
MASTER_SITES= GOOGLE_CODE
EXTRACT_SUFX= .tgz
@@ -33,6 +33,10 @@ PORTDOCS= BUGS README TODO
post-extract:
@: > ${WRKSRC}/Makefile.local
+ @${REINPLACE_CMD} 's/-ccopt -pg //' ${WRKSRC}/Makefile
+
+pre-build:
+ @cd ${WRKSRC} && test -f .depend || ${GMAKE} dep
post-install:
.if !defined(NOPORTDOCS)
diff --git a/security/sks/distinfo b/security/sks/distinfo
index cf5ed8a49551..4106e82572d2 100644
--- a/security/sks/distinfo
+++ b/security/sks/distinfo
@@ -1,2 +1,2 @@
-SHA256 (sks-1.1.2.tgz) = 3700d9f91bf2b55d39dea269c22ba2585c70d141dbf9cc386730fd8a3d541396
-SIZE (sks-1.1.2.tgz) = 275724
+SHA256 (sks-1.1.3.tgz) = 1e5493c686101daefb5ff4e6376aa147cee19fb1851f7a7a38b17266d462bf40
+SIZE (sks-1.1.3.tgz) = 292558