[102917] trunk/dports/sysutils/getopt
jeremyhu at macports.org
jeremyhu at macports.org
Sun Feb 10 17:12:05 PST 2013
Revision: 102917
https://trac.macports.org/changeset/102917
Author: jeremyhu at macports.org
Date: 2013-02-10 17:12:05 -0800 (Sun, 10 Feb 2013)
Log Message:
-----------
getopt: Bump to 1.1.5
Modified Paths:
--------------
trunk/dports/sysutils/getopt/Portfile
trunk/dports/sysutils/getopt/files/patch-Makefile.diff
Modified: trunk/dports/sysutils/getopt/Portfile
===================================================================
--- trunk/dports/sysutils/getopt/Portfile 2013-02-11 01:09:41 UTC (rev 102916)
+++ trunk/dports/sysutils/getopt/Portfile 2013-02-11 01:12:05 UTC (rev 102917)
@@ -3,8 +3,7 @@
PortSystem 1.0
name getopt
-version 1.1.4
-revision 1
+version 1.1.5
categories sysutils
license GPL-2+
installs_libs no
@@ -27,9 +26,9 @@
homepage http://software.frodo.looijaard.name/getopt/
master_sites http://software.frodo.looijaard.name/getopt/files/
-checksums md5 02188ca68da27c4175d6e9f3da732101 \
- sha1 8b9b329b3a8f5d52c91c0381616ecbd1ba291486 \
- rmd160 79fffccf1b48956bfc1fbb19c22c2d94adf10dff
+checksums md5 546acfdb67ba16b8658a45ade9a64d5d \
+ sha1 9090eb46ac92f2fd2749ca4121e81aaad40f325d \
+ rmd160 5cdef902ada45ba5e8a66a1357be8189b0cc634f
patchfiles patch-Makefile.diff
Modified: trunk/dports/sysutils/getopt/files/patch-Makefile.diff
===================================================================
--- trunk/dports/sysutils/getopt/files/patch-Makefile.diff 2013-02-11 01:09:41 UTC (rev 102916)
+++ trunk/dports/sysutils/getopt/files/patch-Makefile.diff 2013-02-11 01:12:05 UTC (rev 102917)
@@ -1,15 +1,15 @@
---- Makefile.orig Thu Jan 23 13:52:29 2003
-+++ Makefile Wed Sep 10 00:40:53 2003
-@@ -29,7 +29,7 @@
- LANGUAGES = cs de es fr it ja nl pt_BR
+--- Makefile.orig 2012-08-12 02:07:43.000000000 -0700
++++ Makefile 2013-02-10 17:08:49.000000000 -0800
+@@ -32,7 +32,7 @@ MSGFMT=msgfmt
+ LANGUAGES = ca cs da de es et eu fi fr gl hu id it ja nl pl pt_BR ru sl sv tr uk vi zh_CN zh_TW
MOFILES:=$(patsubst %,po/%.mo,$(LANGUAGES))
--CPPFLAGS=-DLIBCGETOPT=$(LIBCGETOPT) -DWITH_GETTEXT=$(WITH_GETTEXT) -DLOCALEDIR=\"$(localedir)\" -DNOT_UTIL_LINUX
-+CPPFLAGS=-DLIBCGETOPT=$(LIBCGETOPT) -DWITH_GETTEXT=$(WITH_GETTEXT) -DLOCALEDIR=\"$(localedir)\" -DNOT_UTIL_LINUX -I$(prefix)/include
+-CPPFLAGS=-DLIBCGETOPT=$(LIBCGETOPT) -DWITHOUT_GETTEXT=$(WITHOUT_GETTEXT) -DLOCALEDIR=\"$(localedir)\" -DNOT_UTIL_LINUX -Dprogram_invocation_short_name=\"$(PACKAGE)\" -Dprogram_version=\"$(VERSION)\"
++CPPFLAGS=-DLIBCGETOPT=$(LIBCGETOPT) -DWITHOUT_GETTEXT=$(WITHOUT_GETTEXT) -DLOCALEDIR=\"$(localedir)\" -DNOT_UTIL_LINUX -Dprogram_invocation_short_name=\"$(PACKAGE)\" -Dprogram_version=\"$(VERSION)\" -I$(prefix)/include
ifeq ($(LIBCGETOPT),0)
CPPFLAGS+=-I./gnu
endif
-@@ -40,7 +40,7 @@
+@@ -43,7 +43,7 @@ WARNINGS=-Wall \
-Wnested-externs -Winline
OPTIMIZE=-O3 -fno-strength-reduce
CFLAGS=$(WARNINGS) $(OPTIMIZE)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130210/bd131acf/attachment.html>
More information about the macports-changes
mailing list