diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-03-17 13:38:31 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-03-17 13:38:31 +0000 |
commit | c56955d51e289c5a8bbd4c2ad434b9be0bce4c98 (patch) | |
tree | 6407ce9acd0c345e51e9759b18d60c8454cef516 | |
parent | 2cbb736eaa63eb58932fa88b2b87fb6325c77426 (diff) | |
download | ports-c56955d51e289c5a8bbd4c2ad434b9be0bce4c98.tar.gz ports-c56955d51e289c5a8bbd4c2ad434b9be0bce4c98.zip |
Notes
-rw-r--r-- | devel/cppi/Makefile | 12 | ||||
-rw-r--r-- | devel/cppi/distinfo | 4 | ||||
-rw-r--r-- | devel/cppi/pkg-plist | 1 |
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/cppi/Makefile b/devel/cppi/Makefile index 2bdb888120a6..113f3379c48e 100644 --- a/devel/cppi/Makefile +++ b/devel/cppi/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cppi -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -10,7 +10,7 @@ MAINTAINER= johans@FreeBSD.org COMMENT= A tool to indent the C preprocessor directives USE_XZ= yes -USE_GETTEXT= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -19,12 +19,12 @@ MAN1= cppi.1 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USE_GETTEXT= yes PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls +.else +CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " -.endif +.endif post-patch: @${REINPLACE_CMD} -e 's:(libdir)/lib:(libdir):' ${WRKSRC}/Makefile.in diff --git a/devel/cppi/distinfo b/devel/cppi/distinfo index 9b417ee7a0bd..959728bba7e9 100644 --- a/devel/cppi/distinfo +++ b/devel/cppi/distinfo @@ -1,2 +1,2 @@ -SHA256 (cppi-1.17.tar.xz) = 561631cd86ad826fdfe1c5a645f7b77ad7f547fcf9b6f321f52dd9688b14f4ea -SIZE (cppi-1.17.tar.xz) = 510600 +SHA256 (cppi-1.18.tar.xz) = 12a505b98863f6c5cf1f749f9080be3b42b3eac5a35b59630e67bea7241364ca +SIZE (cppi-1.18.tar.xz) = 515664 diff --git a/devel/cppi/pkg-plist b/devel/cppi/pkg-plist index 92a5be9c53b4..315b2794c7a7 100644 --- a/devel/cppi/pkg-plist +++ b/devel/cppi/pkg-plist @@ -3,6 +3,7 @@ bin/cppi %%NLS%%share/locale/eo/LC_MESSAGES/cppi.mo %%NLS%%share/locale/fi/LC_MESSAGES/cppi.mo %%NLS%%share/locale/fr/LC_MESSAGES/cppi.mo +%%NLS%%share/locale/gl/LC_MESSAGES/cppi.mo %%NLS%%share/locale/hr/LC_MESSAGES/cppi.mo %%NLS%%share/locale/it/LC_MESSAGES/cppi.mo %%NLS%%share/locale/ja/LC_MESSAGES/cppi.mo |