diff options
-rw-r--r-- | devel/gettext/Makefile | 6 | ||||
-rw-r--r-- | devel/gettext/distinfo | 2 | ||||
-rw-r--r-- | devel/gettext/pkg-plist | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 8b170207dfc2..f5609911f735 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gettext -PORTVERSION= 0.11.1 -PORTREVISION= 3 +PORTVERSION= 0.11.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gettext @@ -24,7 +23,8 @@ CONFIGURE_ARGS= --with-libexpat-prefix=${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} +PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} \ + VERSION=${PORTVERSION} MAN1= gettext.1 msgattrib.1 msgcat.1 msgcmp.1 msgcomm.1 \ msgconv.1 msgen.1 msgexec.1 msgfilter.1 msgfmt.1 \ diff --git a/devel/gettext/distinfo b/devel/gettext/distinfo index d2921eb27a20..dcb2084552e3 100644 --- a/devel/gettext/distinfo +++ b/devel/gettext/distinfo @@ -1 +1 @@ -MD5 (gettext-0.11.1.tar.gz) = f826d530cf91e19cacc2a964d3668e99 +MD5 (gettext-0.11.2.tar.gz) = 31ff6c5f51ba151d2349f4dec47f4ec1 diff --git a/devel/gettext/pkg-plist b/devel/gettext/pkg-plist index f6112d242506..8f4e0bf031dd 100644 --- a/devel/gettext/pkg-plist +++ b/devel/gettext/pkg-plist @@ -20,10 +20,10 @@ include/libintl.h @unexec install-info --delete %D/info/gettext.info %D/info/dir info/gettext.info @exec install-info %D/info/gettext.info %D/info/dir -lib/libgettextlib-0.11.1.so +lib/libgettextlib-%%VERSION%%.so lib/libgettextlib.a lib/libgettextlib.so -lib/libgettextsrc-0.11.1.so +lib/libgettextsrc-%%VERSION%%.so lib/libgettextsrc.a lib/libgettextsrc.so lib/libintl.a @@ -183,7 +183,7 @@ share/locale/sk/LC_MESSAGES/gettext.mo share/locale/sl/LC_MESSAGES/gettext.mo share/locale/sv/LC_MESSAGES/gettext.mo share/locale/tr/LC_MESSAGES/gettext.mo -share/locale/zh/LC_MESSAGES/gettext.mo +share/locale/zh_TW/LC_MESSAGES/gettext.mo @dirrm share/gettext/projects/TP @dirrm share/gettext/projects/KDE @dirrm share/gettext/projects/GNOME |