diff options
author | kwm <kwm@FreeBSD.org> | 2014-05-09 21:29:06 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-05-09 21:29:06 +0800 |
commit | f86cf1ebce37cfc0d4f1f7d335c09eb0ac60e95b (patch) | |
tree | b1d041e491fe3fd3d8f9217dbd79ec17e47da119 /misc | |
parent | adb8d99fbba2d76550341550390cc84353717a6c (diff) | |
download | freebsd-ports-gnome-f86cf1ebce37cfc0d4f1f7d335c09eb0ac60e95b.tar.gz freebsd-ports-gnome-f86cf1ebce37cfc0d4f1f7d335c09eb0ac60e95b.tar.zst freebsd-ports-gnome-f86cf1ebce37cfc0d4f1f7d335c09eb0ac60e95b.zip |
Update to 1.2.
Drop .la file.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libisocodes/Makefile | 9 | ||||
-rw-r--r-- | misc/libisocodes/distinfo | 4 | ||||
-rw-r--r-- | misc/libisocodes/pkg-plist | 18 |
3 files changed, 18 insertions, 13 deletions
diff --git a/misc/libisocodes/Makefile b/misc/libisocodes/Makefile index df79f6dfc9c7..4016a1fc40d7 100644 --- a/misc/libisocodes/Makefile +++ b/misc/libisocodes/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libisocodes -PORTVERSION= 1.0 -PORTREVISION= 2 +PORTVERSION= 1.2 CATEGORIES= misc MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/ @@ -17,8 +16,9 @@ LIB_DEPENDS= libgee.so:${PORTSDIR}/devel/libgee06 RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes GNU_CONFIGURE= yes -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 gnomehier introspection:build libxml2 +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|/usr/share/xml/|${LOCALBASE}/share/xml/|g' \ @@ -26,7 +26,4 @@ post-patch: ${WRKSRC}/src/iso_4217.* ${WRKSRC}/src/iso_639* \ ${WRKSRC}/src/isocodes.* ${WRKSRC}/tests/test_iso_*.vala -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libisocodes.so.0.0.0 - .include <bsd.port.mk> diff --git a/misc/libisocodes/distinfo b/misc/libisocodes/distinfo index 27e36f2d9135..3d87a4a748dc 100644 --- a/misc/libisocodes/distinfo +++ b/misc/libisocodes/distinfo @@ -1,2 +1,2 @@ -SHA256 (libisocodes-1.0.tar.xz) = 215fa3c4dc87490ff96bf76c61e1bda86c042b1626fad5311542791bd7aa570f -SIZE (libisocodes-1.0.tar.xz) = 284856 +SHA256 (libisocodes-1.2.tar.xz) = 49066752e4a0bcd4a09837ef6c0f35a754aadb82dc5597f539a66ba9cf39829c +SIZE (libisocodes-1.2.tar.xz) = 291692 diff --git a/misc/libisocodes/pkg-plist b/misc/libisocodes/pkg-plist index ab2124a3b691..bdc0b2604c93 100644 --- a/misc/libisocodes/pkg-plist +++ b/misc/libisocodes/pkg-plist @@ -1,15 +1,23 @@ include/libisocodes.h -lib/girepository-1.0/libisocodes-1.0.typelib +lib/girepository-1.0/libisocodes-1.2.typelib lib/libisocodes.a -lib/libisocodes.la lib/libisocodes.so -lib/libisocodes.so.0 -lib/libisocodes.so.0.0.0 +lib/libisocodes.so.1 +lib/libisocodes.so.1.1.0 libdata/pkgconfig/libisocodes.pc -share/gir-1.0/libisocodes-1.0.gir +share/gir-1.0/libisocodes-1.2.gir +share/locale/cs/LC_MESSAGES/libisocodes.mo +share/locale/da/LC_MESSAGES/libisocodes.mo share/locale/de/LC_MESSAGES/libisocodes.mo share/locale/en@boldquot/LC_MESSAGES/libisocodes.mo share/locale/en@quot/LC_MESSAGES/libisocodes.mo +share/locale/es/LC_MESSAGES/libisocodes.mo +share/locale/fr/LC_MESSAGES/libisocodes.mo +share/locale/pt/LC_MESSAGES/libisocodes.mo +share/locale/ru/LC_MESSAGES/libisocodes.mo +share/locale/si/LC_MESSAGES/libisocodes.mo +share/locale/sv/LC_MESSAGES/libisocodes.mo +share/locale/vi/LC_MESSAGES/libisocodes.mo share/vala/vapi/libisocodes.vapi @dirrmtry share/locale/en@quot/LC_MESSAGES @dirrmtry share/locale/en@quot |