aboutsummaryrefslogtreecommitdiffstats
path: root/security/cksfv
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2005-10-26 05:36:18 +0800
committerehaupt <ehaupt@FreeBSD.org>2005-10-26 05:36:18 +0800
commit6cdfeb4b8a1d3b3fae7ea94b3e2573506804299e (patch)
treea5dcad73d3b3715fdcedafe786a3b90ce7433b1d /security/cksfv
parentda7d1aa5cf271afc6c861e755b0b9e5f6ceedd20 (diff)
downloadfreebsd-ports-gnome-6cdfeb4b8a1d3b3fae7ea94b3e2573506804299e.tar.gz
freebsd-ports-gnome-6cdfeb4b8a1d3b3fae7ea94b3e2573506804299e.tar.zst
freebsd-ports-gnome-6cdfeb4b8a1d3b3fae7ea94b3e2573506804299e.zip
- Update to 1.3.7
- Provide PORTDOCS - Provide additional master site
Diffstat (limited to 'security/cksfv')
-rw-r--r--security/cksfv/Makefile20
-rw-r--r--security/cksfv/distinfo4
2 files changed, 18 insertions, 6 deletions
diff --git a/security/cksfv/Makefile b/security/cksfv/Makefile
index 723643642153..39c7967cf2e1 100644
--- a/security/cksfv/Makefile
+++ b/security/cksfv/Makefile
@@ -6,18 +6,30 @@
#
PORTNAME= cksfv
-PORTVERSION= 1.3.6
+PORTVERSION= 1.3.7
CATEGORIES= security
-MASTER_SITES= http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/
+MASTER_SITES= http://www.iki.fi/shd/foss/cksfv/files/ \
+ http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Create or manipulate Simple File Verification (SFV) checksum files
-PLIST_FILES= bin/cksfv
-
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --mandir=${PREFIX}/man --prefix=${PREFIX}
MAN1= cksfv.1
+PLIST_FILES= bin/cksfv
+PORTDOCS= README ChangeLog
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
+
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for f in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+.endfor
+.endif
.include <bsd.port.mk>
diff --git a/security/cksfv/distinfo b/security/cksfv/distinfo
index f7b5d970ea32..30e64464b4ca 100644
--- a/security/cksfv/distinfo
+++ b/security/cksfv/distinfo
@@ -1,2 +1,2 @@
-MD5 (cksfv-1.3.6.tar.gz) = e952bae247ddce191a0f807966efa9d7
-SIZE (cksfv-1.3.6.tar.gz) = 23636
+MD5 (cksfv-1.3.7.tar.gz) = 91dd03f267c56bdf6ac5f17b69fb7ced
+SIZE (cksfv-1.3.7.tar.gz) = 23955