svn commit: r386041 - head/irc/znc

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 11 03:04:02 UTC 2015


Author: amdmi3
Date: Mon May 11 03:04:01 2015
New Revision: 386041
URL: https://svnweb.freebsd.org/changeset/ports/386041

Log:
  - Add CPE info
  - While here, add archive/ directory to MASTER_SITES as distfile may be _moved_ there
  
  Approved by:	portmgr blanket

Modified:
  head/irc/znc/Makefile

Modified: head/irc/znc/Makefile
==============================================================================
--- head/irc/znc/Makefile	Mon May 11 02:36:45 2015	(r386040)
+++ head/irc/znc/Makefile	Mon May 11 03:04:01 2015	(r386041)
@@ -4,7 +4,8 @@
 PORTNAME=	znc
 PORTVERSION=	1.6.0
 CATEGORIES=	irc ipv6
-MASTER_SITES=	http://znc.in/releases/
+MASTER_SITES=	http://znc.in/releases/ \
+		http://znc.in/releases/archive/
 
 MAINTAINER=	jase at FreeBSD.org
 COMMENT=	Advanced IRC bouncer
@@ -13,7 +14,7 @@ LICENSE=	APACHE20
 
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	znc
-USES=		pkgconfig iconv gmake compiler:c++11-lib
+USES=		compiler:c++11-lib cpe gmake iconv pkgconfig
 
 NO_OPTIONS_SORT=	yes
 


More information about the svn-ports-head mailing list