diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-07 14:37:03 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-07 14:37:03 +0800 |
commit | 6692799c5f8b427ed89533ceec191ff9dec2ca0f (patch) | |
tree | bf0aa7a261845ec2eaa207b2d24ccddf5629cca0 /x11-toolkits | |
parent | 7be745271143a916c83d0228b4d857137b692853 (diff) | |
download | marcuscom-ports-6692799c5f8b427ed89533ceec191ff9dec2ca0f.tar marcuscom-ports-6692799c5f8b427ed89533ceec191ff9dec2ca0f.tar.gz marcuscom-ports-6692799c5f8b427ed89533ceec191ff9dec2ca0f.tar.bz2 marcuscom-ports-6692799c5f8b427ed89533ceec191ff9dec2ca0f.tar.lz marcuscom-ports-6692799c5f8b427ed89533ceec191ff9dec2ca0f.tar.xz marcuscom-ports-6692799c5f8b427ed89533ceec191ff9dec2ca0f.tar.zst marcuscom-ports-6692799c5f8b427ed89533ceec191ff9dec2ca0f.zip |
Update to 0.10.8.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@361 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/vte/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/vte/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/vte/pkg-plist | 8 |
3 files changed, 12 insertions, 3 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 570753796..d86370152 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -6,8 +6,7 @@ # PORTNAME= vte -PORTVERSION= 0.10.7 -PORTREVISION= 1 +PORTVERSION= 0.10.8 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10 @@ -39,5 +38,7 @@ post-patch: ${WRKSRC}/src/vte.c @${REINPLACE_CMD} -Ee '/^(libvte_la_LIBADD|vte_LDADD)/s/(.*)/\1 -lXft2/' \ ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \ + ${WRKSRC}/po/Makefile.in.in .include <bsd.port.mk> diff --git a/x11-toolkits/vte/distinfo b/x11-toolkits/vte/distinfo index 7ec99e0fa..b79700752 100644 --- a/x11-toolkits/vte/distinfo +++ b/x11-toolkits/vte/distinfo @@ -1 +1 @@ -MD5 (gnome2/vte-0.10.7.tar.bz2) = 4f56282e1a9550ae3ac93c2dc6a5f9ac +MD5 (gnome2/vte-0.10.8.tar.bz2) = dd51c8a071cf4614a9ec453d0e2449bd diff --git a/x11-toolkits/vte/pkg-plist b/x11-toolkits/vte/pkg-plist index 036e7cc1c..ac4dba9ba 100644 --- a/x11-toolkits/vte/pkg-plist +++ b/x11-toolkits/vte/pkg-plist @@ -18,14 +18,22 @@ lib/vte/window libdata/pkgconfig/vte.pc libexec/gnome-pty-helper share/gnome/vte/termcap/xterm +share/locale/bg/LC_MESSAGES/vte.mo +share/locale/ca/LC_MESSAGES/vte.mo share/locale/cs/LC_MESSAGES/vte.mo share/locale/da/LC_MESSAGES/vte.mo share/locale/de/LC_MESSAGES/vte.mo +share/locale/es/LC_MESSAGES/vte.mo +share/locale/fi/LC_MESSAGES/vte.mo share/locale/fr/LC_MESSAGES/vte.mo +share/locale/he/LC_MESSAGES/vte.mo +share/locale/lv/LC_MESSAGES/vte.mo share/locale/ms/LC_MESSAGES/vte.mo share/locale/nl/LC_MESSAGES/vte.mo share/locale/no/LC_MESSAGES/vte.mo +share/locale/pl/LC_MESSAGES/vte.mo share/locale/pt_BR/LC_MESSAGES/vte.mo +share/locale/sk/LC_MESSAGES/vte.mo share/locale/sv/LC_MESSAGES/vte.mo share/locale/uk/LC_MESSAGES/vte.mo share/locale/vi/LC_MESSAGES/vte.mo |