svn commit: r383636 - head/irc/ngircd

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 9 11:43:09 UTC 2015


Author: amdmi3
Date: Thu Apr  9 11:43:07 2015
New Revision: 383636
URL: https://svnweb.freebsd.org/changeset/ports/383636

Log:
  - Simplify MASTER_SITES
  - Add CPE info

Modified:
  head/irc/ngircd/Makefile

Modified: head/irc/ngircd/Makefile
==============================================================================
--- head/irc/ngircd/Makefile	Thu Apr  9 11:35:41 2015	(r383635)
+++ head/irc/ngircd/Makefile	Thu Apr  9 11:43:07 2015	(r383636)
@@ -6,9 +6,8 @@ PORTVERSION=	22
 PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	irc ipv6
-MASTER_SITES=	http://arthur.barton.de/pub/%SUBDIR%/ \
-		http://ngircd.mirror.3rz.org/pub/%SUBDIR%/
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	http://arthur.barton.de/pub/${PORTNAME}/ \
+		http://ngircd.mirror.3rz.org/pub/${PORTNAME}/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Free open source daemon for Internet Relay Chat (IRC)
@@ -16,11 +15,14 @@ COMMENT=	Free open source daemon for Int
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		tar:xz
+USES=		cpe tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules # --docdir=${WRKDIR}/tmproot
 USE_RC_SUBR=	ngircd
 
+CPE_VENDOR=	barton
+CPE_VERSION=	${PORTVERSION:C/^([0-9]+)$/\1.0/}
+
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 


More information about the svn-ports-all mailing list