Date: Fri, 14 Nov 2014 18:19:31 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372570 - head/x11/florence Message-ID: <201411141819.sAEIJVtF074092@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Fri Nov 14 18:19:31 2014 New Revision: 372570 URL: https://svnweb.freebsd.org/changeset/ports/372570 QAT: https://qat.redports.org/buildarchive/r372570/ Log: - Update to 0.6.3 - Use install-strip target - Update plist PR: 194867 Submitted by: Horia Racoviceanu <horia at racoviceanu.com> (maintainer) Modified: head/x11/florence/Makefile head/x11/florence/distinfo head/x11/florence/pkg-plist Modified: head/x11/florence/Makefile ============================================================================== --- head/x11/florence/Makefile Fri Nov 14 18:15:35 2014 (r372569) +++ head/x11/florence/Makefile Fri Nov 14 18:19:31 2014 (r372570) @@ -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} Modified: head/x11/florence/distinfo ============================================================================== --- head/x11/florence/distinfo Fri Nov 14 18:15:35 2014 (r372569) +++ head/x11/florence/distinfo Fri Nov 14 18:19:31 2014 (r372570) @@ -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 Modified: head/x11/florence/pkg-plist ============================================================================== --- head/x11/florence/pkg-plist Fri Nov 14 18:15:35 2014 (r372569) +++ head/x11/florence/pkg-plist Fri Nov 14 18:19:31 2014 (r372570) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411141819.sAEIJVtF074092>