svn commit: r332497 - head/deskutils/rednotebook

William Grzybowski wg at FreeBSD.org
Sat Nov 2 15:20:15 UTC 2013


Author: wg
Date: Sat Nov  2 15:20:14 2013
New Revision: 332497
URL: http://svnweb.freebsd.org/changeset/ports/332497

Log:
  deskutils/rednotebook: allow staging
  
  - Allow stating [1] (based on)
  - USES desktop-file-utils
  
  PR:		ports/183581
  Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu gmail.com> (maintainer)

Deleted:
  head/deskutils/rednotebook/pkg-plist
Modified:
  head/deskutils/rednotebook/Makefile

Modified: head/deskutils/rednotebook/Makefile
==============================================================================
--- head/deskutils/rednotebook/Makefile	Sat Nov  2 15:14:35 2013	(r332496)
+++ head/deskutils/rednotebook/Makefile	Sat Nov  2 15:20:14 2013	(r332497)
@@ -18,12 +18,12 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml
 		${LOCALBASE}/bin/xdg-open:${PORTSDIR}/devel/xdg-utils \
 		${PYTHON_PKGNAMEPREFIX}chardet>0:${PORTSDIR}/textproc/py-chardet
 
-USES=		gettext
+USES=		desktop-file-utils gettext
 
 INSTALLS_ICONS=	yes
 USE_GNOME=	pygtk2
 USE_PYTHON=	-2.7
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list