From owner-svn-ports-all@FreeBSD.ORG Mon Aug 25 07:00:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6A21F6A; Mon, 25 Aug 2014 07:00:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8926236F3; Mon, 25 Aug 2014 07:00:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7P704Fa008254; Mon, 25 Aug 2014 07:00:04 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7P704d5008247; Mon, 25 Aug 2014 07:00:04 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201408250700.s7P704d5008247@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 25 Aug 2014 07:00:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366036 - in head/finance/sabernetdcs-client: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 07:00:04 -0000 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 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. +- - - - - - - - - - - - - - - - - - - - - - - - - - - -