Date: Thu, 9 Apr 2015 11:43:08 +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: r383636 - head/irc/ngircd Message-ID: <201504091143.t39Bh8J6058780@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504091143.t39Bh8J6058780>