svn commit: r313310 - in head/misc/getopt: . files
Eitan Adler
eadler at FreeBSD.org
Sun Mar 3 00:13:20 UTC 2013
Author: eadler
Date: Sun Mar 3 00:13:19 2013
New Revision: 313310
URL: http://svnweb.freebsd.org/changeset/ports/313310
Log:
Update to 1.1.5
PR: ports/172911
Submitted by: Douglas Carmichael <dcarmich at dcarmichael.net>
Deleted:
head/misc/getopt/files/patch-Makefile
head/misc/getopt/files/patch-getopt.c
Modified:
head/misc/getopt/Makefile
head/misc/getopt/distinfo
head/misc/getopt/pkg-plist
Modified: head/misc/getopt/Makefile
==============================================================================
--- head/misc/getopt/Makefile Sat Mar 2 23:56:09 2013 (r313309)
+++ head/misc/getopt/Makefile Sun Mar 3 00:13:19 2013 (r313310)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= getopt
-PORTVERSION= 1.1.4
-PORTREVISION= 2
+PORTVERSION= 1.1.5
CATEGORIES= misc
MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/
@@ -15,7 +14,7 @@ USE_GMAKE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl
-MAKE_ENV= LIBCGETOPT=0
+MAKE_ENV+= LIBCGETOPT=0
MAN1= getopt.1
DOCS= Changelog README
Modified: head/misc/getopt/distinfo
==============================================================================
--- head/misc/getopt/distinfo Sat Mar 2 23:56:09 2013 (r313309)
+++ head/misc/getopt/distinfo Sun Mar 3 00:13:19 2013 (r313310)
@@ -1,2 +1,2 @@
-SHA256 (getopt-1.1.4.tar.gz) = 41083d9993c26792851e79b81a0991996a3f61e14998fdd607615cc3bf933bab
-SIZE (getopt-1.1.4.tar.gz) = 37163
+SHA256 (getopt-1.1.5.tar.gz) = 11893276b94b1629606ab75772143918a5713259950fbf4216288e246f19fbb6
+SIZE (getopt-1.1.5.tar.gz) = 51794
Modified: head/misc/getopt/pkg-plist
==============================================================================
--- head/misc/getopt/pkg-plist Sat Mar 2 23:56:09 2013 (r313309)
+++ head/misc/getopt/pkg-plist Sun Mar 3 00:13:19 2013 (r313310)
@@ -1,13 +1,29 @@
- at comment $Id$
bin/getopt
%%PORTDOCS%%%%DOCSDIR%%/Changelog
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%
+share/locale/ca/LC_MESSAGES/getopt.mo
share/locale/cs/LC_MESSAGES/getopt.mo
+share/locale/da/LC_MESSAGES/getopt.mo
share/locale/de/LC_MESSAGES/getopt.mo
share/locale/es/LC_MESSAGES/getopt.mo
+share/locale/et/LC_MESSAGES/getopt.mo
+share/locale/eu/LC_MESSAGES/getopt.mo
+share/locale/fi/LC_MESSAGES/getopt.mo
share/locale/fr/LC_MESSAGES/getopt.mo
+share/locale/gl/LC_MESSAGES/getopt.mo
+share/locale/hu/LC_MESSAGES/getopt.mo
+share/locale/id/LC_MESSAGES/getopt.mo
share/locale/it/LC_MESSAGES/getopt.mo
share/locale/ja/LC_MESSAGES/getopt.mo
share/locale/nl/LC_MESSAGES/getopt.mo
+share/locale/pl/LC_MESSAGES/getopt.mo
share/locale/pt_BR/LC_MESSAGES/getopt.mo
+share/locale/ru/LC_MESSAGES/getopt.mo
+share/locale/sl/LC_MESSAGES/getopt.mo
+share/locale/sv/LC_MESSAGES/getopt.mo
+share/locale/tr/LC_MESSAGES/getopt.mo
+share/locale/uk/LC_MESSAGES/getopt.mo
+share/locale/vi/LC_MESSAGES/getopt.mo
+share/locale/zh_CN/LC_MESSAGES/getopt.mo
+share/locale/zh_TW/LC_MESSAGES/getopt.mo
More information about the svn-ports-all
mailing list