diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-03-25 04:53:35 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-03-25 04:53:35 +0800 |
commit | e625af080108683bcd9e17c6e1ad86d796c1b457 (patch) | |
tree | b0fb97e57958b7675fe9370c782afcd759133cf9 /x11-toolkits/granite | |
parent | 72e94d5327fa5f796c52499eb8768e169c248d17 (diff) | |
download | freebsd-ports-gnome-e625af080108683bcd9e17c6e1ad86d796c1b457.tar.gz freebsd-ports-gnome-e625af080108683bcd9e17c6e1ad86d796c1b457.tar.zst freebsd-ports-gnome-e625af080108683bcd9e17c6e1ad86d796c1b457.zip |
- Update to 0.2.3.1
Diffstat (limited to 'x11-toolkits/granite')
-rw-r--r-- | x11-toolkits/granite/Makefile | 13 | ||||
-rw-r--r-- | x11-toolkits/granite/distinfo | 4 |
2 files changed, 9 insertions, 8 deletions
diff --git a/x11-toolkits/granite/Makefile b/x11-toolkits/granite/Makefile index 5a662dcdf852..a77959f9ef4b 100644 --- a/x11-toolkits/granite/Makefile +++ b/x11-toolkits/granite/Makefile @@ -3,12 +3,10 @@ # PORTNAME= granite -PORTVERSION= 0.2.3 -PORTREVISION= 2 +PORTVERSION= 0.2.3.1 CATEGORIES= x11-toolkits -MASTER_SITES= https://launchpadlibrarian.net/159802745/ \ - https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ -EXTRACT_SUFX= .tgz +MASTER_SITES= https://launchpadlibrarian.net/169958088/ \ + https://launchpad.net/${PORTNAME}/0.2/${PORTVERSION}/+download/ MAINTAINER= olivierd@FreeBSD.org COMMENT= Extensions of Gtk+ toolkit @@ -19,7 +17,7 @@ BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee USE_GCC= yes -USES= cmake pkgconfig gettext +USES= cmake pkgconfig gettext tar:tgz USE_GNOME= glib20 gtk30 introspection:build INSTALLS_ICONS= yes USE_LDCONFIG= yes @@ -27,4 +25,7 @@ USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|gee-1.0|gee-0.8|' ${WRKSRC}/lib/granite.deps +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgranite.so + .include <bsd.port.mk> diff --git a/x11-toolkits/granite/distinfo b/x11-toolkits/granite/distinfo index 46d1d1659da1..b72915b4a8be 100644 --- a/x11-toolkits/granite/distinfo +++ b/x11-toolkits/granite/distinfo @@ -1,2 +1,2 @@ -SHA256 (granite-0.2.3.tgz) = e0a448e647ee4b6dcff543b1d8695e9cb7e630e38c31ba741cf6b19eddae71f1 -SIZE (granite-0.2.3.tgz) = 152936 +SHA256 (granite-0.2.3.1.tgz) = 56f05338bb7967f0b912d35bf780a3ddd68b517e1939371a14a5f79581a8f80d +SIZE (granite-0.2.3.1.tgz) = 152607 |