Date: Tue, 10 Mar 2015 14:15:56 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380918 - head/graphics/giram Message-ID: <201503101415.t2AEFuT0044265@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Mar 10 14:15:55 2015 New Revision: 380918 URL: https://svnweb.freebsd.org/changeset/ports/380918 QAT: https://qat.redports.org/buildarchive/r380918/ Log: - Add LICENSE - Strip libraries - Add empty directory to plist Modified: head/graphics/giram/Makefile head/graphics/giram/pkg-plist Modified: head/graphics/giram/Makefile ============================================================================== --- head/graphics/giram/Makefile Tue Mar 10 14:15:55 2015 (r380917) +++ head/graphics/giram/Makefile Tue Mar 10 14:15:55 2015 (r380918) @@ -3,13 +3,16 @@ PORTNAME= giram PORTVERSION= 0.3.5 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics MASTER_SITES= http://freebsd.nsu.ru/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= POV-Ray oriented modeller +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= lib3ds.so:${PORTSDIR}/graphics/lib3ds BUILD_DEPENDS= povray:${PORTSDIR}/graphics/povray-meta RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -34,6 +37,7 @@ post-patch: @${REINPLACE_CMD} '/DiscWithHoleFlag/d' ${WRKSRC}/src/tools/tool_disc.h post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/giram/0.3/modules/*.so @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/samples/*.pov ${STAGEDIR}${EXAMPLESDIR} Modified: head/graphics/giram/pkg-plist ============================================================================== --- head/graphics/giram/pkg-plist Tue Mar 10 14:15:55 2015 (r380917) +++ head/graphics/giram/pkg-plist Tue Mar 10 14:15:55 2015 (r380918) @@ -77,3 +77,4 @@ share/locale/tr/LC_MESSAGES/giram.mo share/locale/uk/LC_MESSAGES/giram.mo share/locale/zh_CN/LC_MESSAGES/giram.mo share/locale/zh_TW/LC_MESSAGES/giram.mo +@dir lib/giram/0.3/color_map
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503101415.t2AEFuT0044265>