svn commit: r317132 - head/games/openarena-data
Baptiste Daroussin
bapt at FreeBSD.org
Thu May 2 17:10:48 UTC 2013
Author: bapt
Date: Thu May 2 17:10:48 2013
New Revision: 317132
URL: http://svnweb.freebsd.org/changeset/ports/317132
Log:
# in url is configusing bmake(1) replace by %23
Submitted by: sjg
Modified:
head/games/openarena-data/Makefile
Modified: head/games/openarena-data/Makefile
==============================================================================
--- head/games/openarena-data/Makefile Thu May 2 16:22:30 2013 (r317131)
+++ head/games/openarena-data/Makefile Thu May 2 17:10:48 2013 (r317132)
@@ -1,17 +1,13 @@
-# New ports collection makefile for: openarena-data
-# Date created: 15 June 2010
-# Whom: Dominic Fandrey
-#
+# Created by: Dominic Fandrey
# $FreeBSD$
-#
PORTNAME= data
PORTVERSION= 0.8.8
CATEGORIES= games
MASTER_SITES= SF/oarena:data \
- http://openarena.ws/request.php?4\\\#/:data \
+ http://openarena.ws/request.php?4%23/:data \
SF/oarena:patch \
- http://openarena.ws/request.php?5\\\#/:patch
+ http://openarena.ws/request.php?5%23/:patch
DISTFILES= ${OA_DATA}:data
EXTRACT_ONLY=
More information about the svn-ports-all
mailing list