svn commit: r312463 - head/irc/inspircd
Martin Wilke
miwi at FreeBSD.org
Mon Feb 18 00:25:14 UTC 2013
Author: miwi
Date: Mon Feb 18 00:25:14 2013
New Revision: 312463
URL: http://svnweb.freebsd.org/changeset/ports/312463
Log:
- Switch to USE_GITHUB
- While here trim header
Modified:
head/irc/inspircd/Makefile
Modified: head/irc/inspircd/Makefile
==============================================================================
--- head/irc/inspircd/Makefile Mon Feb 18 00:20:53 2013 (r312462)
+++ head/irc/inspircd/Makefile Mon Feb 18 00:25:14 2013 (r312463)
@@ -1,10 +1,9 @@
+# Created by: brain
# $FreeBSD$
PORTNAME= inspircd
PORTVERSION= 2.0.10
CATEGORIES= irc
-MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/
-DISTNAME= v${PORTVERSION}
MAINTAINER= feld at feld.me
COMMENT= A modular C++ IRC daemon
@@ -14,7 +13,12 @@ LICENSE_FILE= ${WRKSRC}/docs/COPYING
CONFLICTS= inspircd-1.*
-FETCH_ARGS?= -pRr
+USE_GITHUB= yes
+GH_ACCOUNT= inspircd
+GH_PROJECT= ${GH_ACCOUNT}
+GH_TAGNAME= v${PORTVERSION}
+GH_COMMIT= d1cc59f
+
USE_RC_SUBR= ${PORTNAME}
MAKEFILE= BSDmakefile
@@ -53,9 +57,6 @@ POSIX_DESC= Build m_regex_posix module
.include <bsd.port.options.mk>
-post-extract:
- @(cd ${WRKDIR} && ${MV} inspircd-${PORTVERSION} ${DISTNAME})
-
.if ${PORT_OPTIONS:MLDAPAUTH}
USE_OPENLDAP= yes
EXTRAS:=${EXTRAS},m_ldapauth.cpp
More information about the svn-ports-head
mailing list