Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2015 03:04:02 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386041 - head/irc/znc
Message-ID:  <201505110304.t4B3424H047963@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505110304.t4B3424H047963>