svn commit: r305935 - head/irc/sirc

Bryan Drewery bdrewery at FreeBSD.org
Mon Oct 15 20:30:46 UTC 2012


Author: bdrewery
Date: Mon Oct 15 20:30:45 2012
New Revision: 305935
URL: http://svn.freebsd.org/changeset/ports/305935

Log:
  - Fix build by removing trailing \
  - Reorder MASTER_SITES
  
  Reported by:	beat
  Pointyhat to:	bdrewery
  Feature safe:	yes

Modified:
  head/irc/sirc/Makefile

Modified: head/irc/sirc/Makefile
==============================================================================
--- head/irc/sirc/Makefile	Mon Oct 15 19:51:35 2012	(r305934)
+++ head/irc/sirc/Makefile	Mon Oct 15 20:30:45 2012	(r305935)
@@ -5,9 +5,9 @@ PORTVERSION=	2.211
 PORTREVISION=	1
 CATEGORIES=	irc ipv6
 MASTER_SITES=	LOCAL/bdrewery/${PORTNAME} \
-		LOCAL/bdrewery/${PORTNAME}/scripts:s \
 		http://www.iagora.com/~espel/sirc/ \
-		http://www.iagora.com/~espel/sirc/scripts/:s \
+		LOCAL/bdrewery/${PORTNAME}/scripts:s \
+		http://www.iagora.com/~espel/sirc/scripts/:s
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 DIST_SUBDIR=	sirc
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}


More information about the svn-ports-all mailing list