svn commit: r366036 - in head/finance/sabernetdcs-client: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Mon Aug 25 07:00:04 UTC 2014
Author: vanilla
Date: Mon Aug 25 07:00:03 2014
New Revision: 366036
URL: http://svnweb.freebsd.org/changeset/ports/366036
QAT: https://qat.redports.org/buildarchive/r366036/
Log:
Stagify.
Added:
head/finance/sabernetdcs-client/files/pkg-message.in (contents, props changed)
Modified:
head/finance/sabernetdcs-client/Makefile
Modified: head/finance/sabernetdcs-client/Makefile
==============================================================================
--- head/finance/sabernetdcs-client/Makefile Mon Aug 25 06:41:25 2014 (r366035)
+++ head/finance/sabernetdcs-client/Makefile Mon Aug 25 07:00:03 2014 (r366036)
@@ -18,11 +18,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyro>=0:${PORTSDIR}/devel/py-pyro
USE_GNOME= pygtk2
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-USES= tar:bzip2
+USE_PYTHON= distutils
+USES= python tar:bzip2
DOCSDIR= ${PREFIX}/share/doc/sndcs
DATADIR= ${PREFIX}/share/sndcs
+SUB_FILES= pkg-message
PYDISTUTILS_PKGNAME= sndcs
@@ -34,7 +34,6 @@ OPTIONS_DEFINE= DOCS
EXTRA_PATCHES= ${FILESDIR}/extra-patch-setup.py
.endif
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/setup.py
@@ -42,10 +41,5 @@ do-configure:
cd ${WRKSRC} && ${CP} "${FILESDIR}/sndcs2.conf" "sndcs/config/sndcs2.conf"
post-install:
- @${ECHO} " - - - - - - - - - - - - - - - - - - - - - - - - -"
- @${ECHO} " SaberNet DCS Client is now installed. "
- @${ECHO} " Change the settings in ${PREFIX}/etc/sndcs/sndcs2.conf "
- @${ECHO} " to suit your needs. "
- @${ECHO} " - - - - - - - - - - - - - - - - - - - - - - - - -"
.include <bsd.port.mk>
Added: head/finance/sabernetdcs-client/files/pkg-message.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/finance/sabernetdcs-client/files/pkg-message.in Mon Aug 25 07:00:03 2014 (r366036)
@@ -0,0 +1,5 @@
+- - - - - - - - - - - - - - - - - - - - - - - - - - - -
+SaberNet DCS Client is now installed.
+Change the settings in %%PREFIX%%/etc/sndcs/sndcs2.conf
+to suit your needs.
+- - - - - - - - - - - - - - - - - - - - - - - - - - - -
More information about the svn-ports-head
mailing list