ports/83823: [UPDATE] security/cksfv to 1.3.5

Travis Poppe tlp at liquidx.org
Thu Jul 21 05:40:15 UTC 2005


>Number:         83823
>Category:       ports
>Synopsis:       [UPDATE] security/cksfv to 1.3.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 21 05:40:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Travis Poppe
>Release:        
>Organization:
>Environment:
>Description:
Update security/cksfv to the latest maintained version.
>How-To-Repeat:
>Fix:
diff -ruN cksfv.orig/Makefile cksfv/Makefile
--- cksfv.orig/Makefile	Fri Jun 24 20:49:25 2005
+++ cksfv/Makefile	Wed Jul 20 23:32:55 2005
@@ -2,28 +2,22 @@
 # Date created:		18 October 2000
 # Whom:	      		Johann Visagie <johann at egenetics.com>
 #
-# $FreeBSD: ports/security/cksfv/Makefile,v 1.7 2004/11/20 08:09:48 linimon Exp $
+# $FreeBSD$
 #
 
 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 at 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 -ruN cksfv.orig/distinfo cksfv/distinfo
--- cksfv.orig/distinfo	Fri Jun 24 20:49:25 2005
+++ cksfv/distinfo	Fri Jun 24 20:52:04 2005
@@ -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 -ruN cksfv.orig/files/patch-src-Makefile cksfv/files/patch-src-Makefile
--- cksfv.orig/files/patch-src-Makefile	Fri Jun 24 20:49:25 2005
+++ cksfv/files/patch-src-Makefile	Wed Dec 31 17:00:00 1969
@@ -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 -ruN cksfv.orig/pkg-descr cksfv/pkg-descr
--- cksfv.orig/pkg-descr	Fri Jun 24 20:49:25 2005
+++ cksfv/pkg-descr	Wed Jul 20 23:30:13 2005
@@ -6,8 +6,4 @@
 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 at fodder.org>
-WWW:     http://www.fodder.org/cksfv/
-
--- Johann Visagie <wjv at FreeBSD.org>
+WWW: http://www.modeemi.fi/~shd/foss/cksfv/
diff -ruN cksfv.orig/pkg-plist cksfv/pkg-plist
--- cksfv.orig/pkg-plist	Fri Jun 24 20:49:25 2005
+++ cksfv/pkg-plist	Wed Dec 31 17:00:00 1969
@@ -1,3 +0,0 @@
-bin/cksfv
-%%PORTDOCS%%share/doc/cksfv/README
-%%PORTDOCS%%@dirrm share/doc/cksfv

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list