diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-11-15 02:19:31 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-11-15 02:19:31 +0800 |
commit | 300ba834d665076ff16149dd420a808c02ff3102 (patch) | |
tree | 95be81c4add6222261f74e1879f9d9494811bda6 /x11 | |
parent | a158751212463ce2f94edf8dfb7cbae19b605887 (diff) | |
download | freebsd-ports-gnome-300ba834d665076ff16149dd420a808c02ff3102.tar.gz freebsd-ports-gnome-300ba834d665076ff16149dd420a808c02ff3102.tar.zst freebsd-ports-gnome-300ba834d665076ff16149dd420a808c02ff3102.zip |
- Update to 0.6.3
- Use install-strip target
- Update plist
PR: 194867
Submitted by: Horia Racoviceanu <horia at racoviceanu.com> (maintainer)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/florence/Makefile | 5 | ||||
-rw-r--r-- | x11/florence/distinfo | 4 | ||||
-rw-r--r-- | x11/florence/pkg-plist | 19 |
3 files changed, 4 insertions, 24 deletions
diff --git a/x11/florence/Makefile b/x11/florence/Makefile index 9c656eed6a8f..574fa5f0c155 100644 --- a/x11/florence/Makefile +++ b/x11/florence/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= florence -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= x11 MASTER_SITES= SF/florence/florence/${PORTVERSION}/ @@ -24,6 +24,7 @@ CONFIGURE_ARGS+=--prefix="${LOCALBASE}" \ USE_LDCONFIG= yes INSTALLS_OMF= yes GLIB_SCHEMAS= org.florence.gschema.xml +INSTALL_TARGET= install-strip PORTDOCS= AUTHORS ChangeLog NEWS README @@ -45,8 +46,6 @@ post-patch: .endif post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libflorence-1.0.so.1 - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} diff --git a/x11/florence/distinfo b/x11/florence/distinfo index e43c41436034..f2d82bbc8978 100644 --- a/x11/florence/distinfo +++ b/x11/florence/distinfo @@ -1,2 +1,2 @@ -SHA256 (florence-0.6.2.tar.bz2) = 185ce805be5e5ef7cb42cd1f5abc93ab30b949651f04d37457e40022f98802f3 -SIZE (florence-0.6.2.tar.bz2) = 1073200 +SHA256 (florence-0.6.3.tar.bz2) = 422992fd07d285be73cce721a203e22cee21320d69b0fda1579ce62944c5091e +SIZE (florence-0.6.3.tar.bz2) = 924287 diff --git a/x11/florence/pkg-plist b/x11/florence/pkg-plist index cbc96cba0503..d2cdb9787671 100644 --- a/x11/florence/pkg-plist +++ b/x11/florence/pkg-plist @@ -170,22 +170,3 @@ share/omf/florence/florence-C.omf share/omf/florence/florence-fr.omf share/omf/florence/florence-ru.omf share/pixmaps/florence.svg -@dirrm include/florence-1.0 -@dirrm %%DATADIR%%/layouts -@dirrm %%DATADIR%%/relaxng -@dirrm %%DATADIR%%/styles/bright -@dirrm %%DATADIR%%/styles/default/sounds -@dirrm %%DATADIR%%/styles/default -@dirrm %%DATADIR%%/styles/flat -@dirrm %%DATADIR%%/styles/hard -@dirrm %%DATADIR%%/styles -@dirrm %%DATADIR%%/svg11 -@dirrm %%DATADIR%% -@dirrm share/gnome/help/florence/C/figures -@dirrm share/gnome/help/florence/C -@dirrm share/gnome/help/florence/fr/figures -@dirrm share/gnome/help/florence/fr -@dirrm share/gnome/help/florence/ru/figures -@dirrm share/gnome/help/florence/ru -@dirrm share/gnome/help/florence -@dirrm share/omf/florence |