Date: Thu, 16 Jan 2014 23:50:59 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340001 - in head/graphics/boxer: . files Message-ID: <201401162350.s0GNoxeb065120@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Thu Jan 16 23:50:58 2014 New Revision: 340001 URL: http://svnweb.freebsd.org/changeset/ports/340001 QAT: https://qat.redports.org/buildarchive/r340001/ Log: - Bump PORTREVISION - Change master sites - Use PYDISTUTILS_AUTOPLIST=yes instead of pkg-plist - Install proper PORTEXAMPLES in DATADIR, remove patch-setup.py, that works EXAMPLES from Menu and remove Option - Add PLIST_FILES Deleted: head/graphics/boxer/files/ head/graphics/boxer/pkg-plist Modified: head/graphics/boxer/Makefile Modified: head/graphics/boxer/Makefile ============================================================================== --- head/graphics/boxer/Makefile Thu Jan 16 23:40:54 2014 (r340000) +++ head/graphics/boxer/Makefile Thu Jan 16 23:50:58 2014 (r340001) @@ -3,9 +3,10 @@ PORTNAME= boxer PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/boxc/${PORTNAME:C/^b/B/}%20-%20the%20Box%20GUI/${DISTNAME}/ \ - SF/nemysisfreebsdp/:icons + SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons DIST_SUBDIR= box @@ -21,29 +22,23 @@ RUN_DEPENDS= box:${PORTSDIR}/graphics/bo USE_GNOME= pygtk2 USE_PYTHON= yes USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes USE_LDCONFIG= yes PORTDOCS= ChangeLog -PORTEXAMPLES= * -DESKTOP_ENTRIES="Boxer" "${COMMENT}" "${PORTNAME}" \ - "${PORTNAME}" "Application;Graphics;" false +DESKTOP_ENTRIES="Boxer" "" "${PORTNAME}" \ + "${PORTNAME}" "Application;Graphics;" "" -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include <bsd.port.options.mk> +PLIST_FILES= share/pixmaps/${PORTNAME}.png post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif - ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps/ - -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - @(cd ${WRKSRC}/src/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) -.endif + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ + + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401162350.s0GNoxeb065120>