svn commit: r395612 - head/net/opentracker

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Aug 30 10:51:49 UTC 2015


Author: amdmi3
Date: Sun Aug 30 10:51:47 2015
New Revision: 395612
URL: https://svnweb.freebsd.org/changeset/ports/395612

Log:
  - Switch to @sample
  
  Approved by:	portmgr blanket

Modified:
  head/net/opentracker/Makefile
  head/net/opentracker/pkg-plist

Modified: head/net/opentracker/Makefile
==============================================================================
--- head/net/opentracker/Makefile	Sun Aug 30 10:51:41 2015	(r395611)
+++ head/net/opentracker/Makefile	Sun Aug 30 10:51:47 2015	(r395612)
@@ -12,7 +12,7 @@ COMMENT=	Free lightweight bittorrent tra
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libowfat.a:${PORTSDIR}/devel/libowfat
 
-USES=	tar:bzip2
+USES=		tar:bzip2
 USE_RC_SUBR=	${PORTNAME}
 
 OPTIONS_DEFINE= COMPRESSION_GZIP DEBUG_HTTPERROR FULLSCRAPE RESTRICT_STATS IPV6

Modified: head/net/opentracker/pkg-plist
==============================================================================
--- head/net/opentracker/pkg-plist	Sun Aug 30 10:51:41 2015	(r395611)
+++ head/net/opentracker/pkg-plist	Sun Aug 30 10:51:47 2015	(r395612)
@@ -1,4 +1,2 @@
 bin/opentracker
- at unexec if cmp -s %D/%%ETCDIR%%/opentracker.conf.sample %D/%%ETCDIR%%/opentracker.conf; then rm -f %D/%%ETCDIR%%/opentracker.conf; fi
-%%ETCDIR%%/opentracker.conf.sample
- at exec cp -np %D/%F %B/opentracker.conf
+ at sample %%ETCDIR%%/opentracker.conf.sample


More information about the svn-ports-all mailing list