summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/cksfv/Makefile20
-rw-r--r--security/cksfv/distinfo4
-rw-r--r--security/cksfv/files/patch-src-Makefile21
-rw-r--r--security/cksfv/pkg-descr6
-rw-r--r--security/cksfv/pkg-plist3
5 files changed, 10 insertions, 44 deletions
diff --git a/security/cksfv/Makefile b/security/cksfv/Makefile
index 0049a940d73f..12f89a0bcb77 100644
--- a/security/cksfv/Makefile
+++ b/security/cksfv/Makefile
@@ -6,24 +6,18 @@
#
PORTNAME= cksfv
-PORTVERSION= 1.3
-PORTREVISION= 1
+PORTVERSION= 1.3.5
CATEGORIES= security
-MASTER_SITES= http://www.fodder.org/cksfv/
+MASTER_SITES= http://www.modeemi.fi/~shd/foss/cksfv/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Create or manipulate Simple File Verification (SFV) checksum files
-BUILD_WRKSRC= ${WRKSRC}/src
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-USE_GMAKE= yes
-ALL_TARGET= ${PORTNAME}
-MAKE_ENV+= VERSION=${PORTVERSION}
+PLIST_FILES= bin/cksfv
-post-install:
-.if !defined(NOPORTDOCS)
- @ ${MKDIR} ${PREFIX}/share/doc/cksfv
- @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cksfv
-.endif
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --mandir=${PREFIX}/man --prefix=${PREFIX}
+
+MAN1= cksfv.1
.include <bsd.port.mk>
diff --git a/security/cksfv/distinfo b/security/cksfv/distinfo
index 732b2bc269d3..7798490d76bb 100644
--- a/security/cksfv/distinfo
+++ b/security/cksfv/distinfo
@@ -1,2 +1,2 @@
-MD5 (cksfv-1.3.tar.gz) = e00cf6a80a566539eb6f3432f2282c38
-SIZE (cksfv-1.3.tar.gz) = 14925
+MD5 (cksfv-1.3.5.tar.gz) = d6f1b8f1e6dc251f5e815406d30f8afc
+SIZE (cksfv-1.3.5.tar.gz) = 23387
diff --git a/security/cksfv/files/patch-src-Makefile b/security/cksfv/files/patch-src-Makefile
deleted file mode 100644
index 07e1f278a9d6..000000000000
--- a/security/cksfv/files/patch-src-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/Makefile.orig Fri Jul 6 02:33:08 2001
-+++ src/Makefile Fri Jul 6 05:14:05 2001
-@@ -17,14 +17,15 @@
- # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
- PROG= cksfv
--CFLAGS+= -Wall -Werror -O2 -g
-+CC?= gcc
-+CFLAGS+= -Wall -g
- SRCS= cksfv.c print.c crc32.c readsfv.c newsfv.c
-
- cksfv: $(SRCS)
-- gcc -DVERSION=\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(SRCS)
-+ $(CC) -DVERSION=\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(SRCS)
-
- install: cksfv
-- cp $(PROG) /usr/local/bin
-+ $(BSD_INSTALL_PROGRAM) $(PROG) $(PREFIX)/bin
-
- clean:
- rm -f *.o *~ *.core core $(PROG)
diff --git a/security/cksfv/pkg-descr b/security/cksfv/pkg-descr
index 3228a9cc87e3..834bc4d5a62c 100644
--- a/security/cksfv/pkg-descr
+++ b/security/cksfv/pkg-descr
@@ -6,8 +6,4 @@ CRC-32 checksums for all the files that comprise the package.
cksfv (Check SFV) can both create simple file verification (SFV) files, and
test file integrity against existing SFV files.
-Licence: GPL
-Author: Bryan Call <bc@fodder.org>
-WWW: http://www.fodder.org/cksfv/
-
--- Johann Visagie <wjv@FreeBSD.org>
+WWW: http://www.modeemi.fi/~shd/foss/cksfv/
diff --git a/security/cksfv/pkg-plist b/security/cksfv/pkg-plist
deleted file mode 100644
index e4e71a24f875..000000000000
--- a/security/cksfv/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/cksfv
-%%PORTDOCS%%share/doc/cksfv/README
-%%PORTDOCS%%@dirrm share/doc/cksfv