[55579] trunk/dports/sysutils/cksfv

toby at macports.org toby at macports.org
Thu Aug 13 15:14:33 PDT 2009


Revision: 55579
          http://trac.macports.org/changeset/55579
Author:   toby at macports.org
Date:     2009-08-13 15:14:30 -0700 (Thu, 13 Aug 2009)
Log Message:
-----------
#20670 (cksfv 1.3.14 update)

Modified Paths:
--------------
    trunk/dports/sysutils/cksfv/Portfile
    trunk/dports/sysutils/cksfv/files/patch-Makefile.in

Modified: trunk/dports/sysutils/cksfv/Portfile
===================================================================
--- trunk/dports/sysutils/cksfv/Portfile	2009-08-13 20:53:25 UTC (rev 55578)
+++ trunk/dports/sysutils/cksfv/Portfile	2009-08-13 22:14:30 UTC (rev 55579)
@@ -1,21 +1,25 @@
 # $Id$
 
-PortSystem		1.0
-name			cksfv
-version			1.3.12
-categories		sysutils
-maintainers		gmail.com:cedric.luthi
-description		simple file verification utility
-long_description	cksfv (Check SFV) creates simple file verification (.sfv) \
-			listings and tests existing sfv files. It uses the crc32 \
-			checksum.
-homepage		http://zakalwe.fi/~shd/foss/cksfv/
-master_sites    ${homepage}files/
-checksums		md5 dc22d32db2bf8fdaa37e83e3484a5407 \
-			sha1 2c37aa296b5581d4723b0716245580e5889097b7 \
-			rmd160 5b075048810087cbd4862fe25db45d3466076baf
+PortSystem          1.0
 
-patchfiles		patch-Makefile.in
+name                cksfv
+version             1.3.14
+categories          sysutils
+maintainers         gmail.com:cedric.luthi
+description         simple file verification utility
+long_description    cksfv (Check SFV) creates simple file verification (.sfv) \
+                    listings and tests existing sfv files. It uses the crc32 \
+                    checksum.
 
-test.run		yes
-test.target		check
+homepage            http://zakalwe.fi/~shd/foss/cksfv/
+platforms           darwin
+master_sites        ${homepage}files/
+use_bzip2           yes
+checksums           md5 138bff42ab23fbba8cca0ae14b2d9e52 \
+                    sha1 f6da3a559b2862691a2be6d2be0aac66cd624885 \
+                    rmd160 dd80ea658f2589dc37fd9edf593bc59af426f533
+
+patchfiles          patch-Makefile.in
+
+test.run            yes
+test.target         check

Modified: trunk/dports/sysutils/cksfv/files/patch-Makefile.in
===================================================================
--- trunk/dports/sysutils/cksfv/files/patch-Makefile.in	2009-08-13 20:53:25 UTC (rev 55578)
+++ trunk/dports/sysutils/cksfv/files/patch-Makefile.in	2009-08-13 22:14:30 UTC (rev 55579)
@@ -1,15 +1,15 @@
---- Makefile.in	2005-10-24 18:38:05.000000000 +0200
-+++ Makefile.in	2006-09-10 21:17:55.000000000 +0200
+--- Makefile.in	2009-04-12 18:04:10.000000000 +0200
++++ Makefile.in	2009-08-13 22:22:33.000000000 +0200
 @@ -23,9 +23,9 @@
  	cd src && $(MAKE)
  
  install:	all
 -	mkdir -p "$(BINDIR)" "$(MANDIR)/man1/"
 -	install src/cksfv "$(BINDIR)"
--	install cksfv.1 "$(MANDIR)/man1/"
+-	install -m 644 cksfv.1 "$(MANDIR)/man1/"
 +	mkdir -p "$(DESTDIR)$(BINDIR)" "$(DESTDIR)$(MANDIR)/man1/"
 +	install src/cksfv "$(DESTDIR)$(BINDIR)"
-+	install cksfv.1 "$(DESTDIR)$(MANDIR)/man1/"
++	install -m 644 cksfv.1 "$(DESTDIR)$(MANDIR)/man1/"
  
  clean:	
  	rm -f *.o *~ *.core core
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090813/e1463eb1/attachment.html>


More information about the macports-changes mailing list