Revision
118528
Author
macsforever2000@macports.org
Date
2014-04-03 15:30:32 -0700 (Thu, 03 Apr 2014)

Log Message

e2fsprogs: Update to version 1.42.9. Rename patch to appease lint.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/dports/sysutils/e2fsprogs/Portfile (118527 => 118528)


--- trunk/dports/sysutils/e2fsprogs/Portfile	2014-04-03 22:25:14 UTC (rev 118527)
+++ trunk/dports/sysutils/e2fsprogs/Portfile	2014-04-03 22:30:32 UTC (rev 118528)
@@ -4,8 +4,7 @@
 PortSystem                  1.0
 
 name                        e2fsprogs
-version                     1.42.7
-revision                    2
+version                     1.42.9
 categories                  sysutils
 platforms                   darwin
 maintainers                 nomaintainer
@@ -21,13 +20,13 @@
 homepage                    http://e2fsprogs.sourceforge.net/
 master_sites                sourceforge:project/e2fsprogs/e2fsprogs/v${version}
 
-checksums                   rmd160  365ce2a182e5adc988f3428634a8bed5d05910a2 \
-                            sha256  dc6501b2e75d205e425196d753d92b129c568525d8aad08085c0aa69ee9e7345
+checksums                   rmd160  4df217d1b9ca6b3a12e8ecca8d5db72f2db1bb43 \
+                            sha256  2f92ac06e92fa00f2ada3ee67dad012d74d685537527ad1241d82f2d041f2802
 
 depends_build               port:pkgconfig
 depends_lib                 port:gettext
 
-patchfiles                  patch-lib__Makefile.darwin-lib
+patchfiles                  patch-lib__Makefile.darwin-lib.diff
 
 configure.args-append       --enable-bsd-shlibs
 

Deleted: trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib (118527 => 118528)


--- trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib	2014-04-03 22:25:14 UTC (rev 118527)
+++ trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib	2014-04-03 22:30:32 UTC (rev 118528)
@@ -1,11 +0,0 @@
---- lib/Makefile.darwin-lib.orig	2009-07-01 21:36:13.000000000 -0500
-+++ lib/Makefile.darwin-lib	2009-08-07 18:47:46.000000000 -0500
-@@ -23,7 +23,7 @@
- 
- $(BSD_LIB): $(OBJS)
- 	$(E) "	GEN_BSD_SOLIB $(BSD_LIB)"
--	$(Q) (cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
-+	$(Q) (cd pic; $(CC) $(LDFLAGS) -dynamiclib -install_name $(BSDLIB_INSTALL_DIR)/$(BSD_LIB) -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) -Wl,-single_module \
- 		-flat_namespace -undefined warning -o $(BSD_LIB) $(OBJS))
- 	$(Q) $(MV) pic/$(BSD_LIB) .
- 	$(Q) $(RM) -f ../$(BSD_LIB)

Copied: trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib.diff (from rev 118526, trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib) (0 => 118528)


--- trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib.diff	                        (rev 0)
+++ trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib.diff	2014-04-03 22:30:32 UTC (rev 118528)
@@ -0,0 +1,11 @@
+--- lib/Makefile.darwin-lib.orig	2009-07-01 21:36:13.000000000 -0500
++++ lib/Makefile.darwin-lib	2009-08-07 18:47:46.000000000 -0500
+@@ -23,7 +23,7 @@
+ 
+ $(BSD_LIB): $(OBJS)
+ 	$(E) "	GEN_BSD_SOLIB $(BSD_LIB)"
+-	$(Q) (cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
++	$(Q) (cd pic; $(CC) $(LDFLAGS) -dynamiclib -install_name $(BSDLIB_INSTALL_DIR)/$(BSD_LIB) -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) -Wl,-single_module \
+ 		-flat_namespace -undefined warning -o $(BSD_LIB) $(OBJS))
+ 	$(Q) $(MV) pic/$(BSD_LIB) .
+ 	$(Q) $(RM) -f ../$(BSD_LIB)