svn commit: r364489 - head/net/svnup
John Marino
marino at FreeBSD.org
Sun Aug 10 00:12:36 UTC 2014
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 at 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
- at 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
- at exec if [ ! -f %D/etc/svnup.conf ] ; then cp -p %D/etc/svnup.conf.sample %D/etc/svnup.conf; fi
+ at sample etc/svnup.conf.sample
More information about the svn-ports-head
mailing list