Date: Sun, 10 Aug 2014 00:12:35 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364489 - head/net/svnup Message-ID: <53e6b8f4.2184.57edbc81@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Aug 10 00:12:35 2014 New Revision: 364489 URL: http://svnweb.freebsd.org/changeset/ports/364489 QAT: https://qat.redports.org/buildarchive/r364489/ Log: net/svnup: Use @sample keyword in pkg-plist PR: 192078 Submitted by: takefu (airport.fm) Approved by: maintainer timeout (2 weeks) Modified: head/net/svnup/Makefile head/net/svnup/pkg-plist Modified: head/net/svnup/Makefile ============================================================================== --- head/net/svnup/Makefile Sun Aug 10 00:03:09 2014 (r364488) +++ head/net/svnup/Makefile Sun Aug 10 00:12:35 2014 (r364489) @@ -9,12 +9,13 @@ MASTER_SITES= http://jcm.dsl.visi.com/fr MAINTAINER= jcm@visi.com COMMENT= Lightweight program to pull source from an Apache Subversion server -OPTIONS_DEFINE= DOCS - LICENSE= BSD2CLAUSE +OPTIONS_DEFINE= DOCS + LDFLAGS+= -lmd -lssl USES= tar:xz + PORTDOCS= ChangeLog post-patch: Modified: head/net/svnup/pkg-plist ============================================================================== --- head/net/svnup/pkg-plist Sun Aug 10 00:03:09 2014 (r364488) +++ head/net/svnup/pkg-plist Sun Aug 10 00:12:35 2014 (r364489) @@ -1,6 +1,4 @@ bin/svnup man/man1/svnup.1.gz man/man5/svnup.conf.5.gz -@unexec if cmp -s %D/etc/svnup.conf.sample %D/etc/svnup.conf; then rm -f %D/etc/svnup.conf; else echo "If permanently removing this package, then please consider removing %D/etc/svnup.conf" ;fi -etc/svnup.conf.sample -@exec if [ ! -f %D/etc/svnup.conf ] ; then cp -p %D/etc/svnup.conf.sample %D/etc/svnup.conf; fi +@sample etc/svnup.conf.sample
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e6b8f4.2184.57edbc81>