svn commit: r321005 - in head: devel/htable french/fortune-mod-zarathoustra games/oldrunner

Frederic Culot culot at FreeBSD.org
Sat Jun 15 16:11:21 UTC 2013


Author: culot
Date: Sat Jun 15 16:11:19 2013
New Revision: 321005
URL: http://svnweb.freebsd.org/changeset/ports/321005

Log:
  - Set MASTER_SITES to MASTER_SITE_LOCAL due to the decommissioning of
    my own ftp site
  - Trim Makefile's header
  - Pet portlint(1)

Modified:
  head/devel/htable/Makefile
  head/devel/htable/pkg-descr
  head/french/fortune-mod-zarathoustra/Makefile
  head/games/oldrunner/Makefile
  head/games/oldrunner/pkg-descr

Modified: head/devel/htable/Makefile
==============================================================================
--- head/devel/htable/Makefile	Sat Jun 15 15:09:30 2013	(r321004)
+++ head/devel/htable/Makefile	Sat Jun 15 16:11:19 2013	(r321005)
@@ -1,14 +1,11 @@
-# New ports collection makefile for:	htable
-# Date created:				13 Aug 2010
-# Whom:					Frederic Culot <frederic at culot.org>
-#
+# Created by: Frederic Culot <frederic at culot.org>
 # $FreeBSD$
-#
 
 PORTNAME=	htable
 PORTVERSION=	1.2
 CATEGORIES=	devel
-MASTER_SITES=	ftp://ftp2.culot.org/culot/
+MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=	culot
 
 MAINTAINER=	culot at FreeBSD.org
 COMMENT=	Lightweight implementation of hash tables in C

Modified: head/devel/htable/pkg-descr
==============================================================================
--- head/devel/htable/pkg-descr	Sat Jun 15 15:09:30 2013	(r321004)
+++ head/devel/htable/pkg-descr	Sat Jun 15 16:11:19 2013	(r321005)
@@ -3,4 +3,4 @@ inspired by the implementations of spray
 *BSD kernels. To use it, you only need to copy the header file
 "htable.h" into your project.
 
-WWW:	http://culot.org/public/Code/htable.html
+WWW: http://culot.org/public/Code/htable.html

Modified: head/french/fortune-mod-zarathoustra/Makefile
==============================================================================
--- head/french/fortune-mod-zarathoustra/Makefile	Sat Jun 15 15:09:30 2013	(r321004)
+++ head/french/fortune-mod-zarathoustra/Makefile	Sat Jun 15 16:11:19 2013	(r321005)
@@ -1,14 +1,11 @@
-# New ports collection makefile for:	fortune-mod-zarathoustra
-# Date created:				2010-09-05
-# Whom:					Frederic Culot <frederic at culot.org>
-#
+# Created by: Frederic Culot <frederic at culot.org>
 # $FreeBSD$
-#
 
 PORTNAME=	fortune-mod-zarathoustra
 PORTVERSION=	20100905
 CATEGORIES=	french
-MASTER_SITES=	ftp://ftp2.culot.org/culot/
+MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=	culot
 
 MAINTAINER=	culot at FreeBSD.org
 COMMENT=	Compilation of quotes from Nietzsche's Thus spoke Zarathustra

Modified: head/games/oldrunner/Makefile
==============================================================================
--- head/games/oldrunner/Makefile	Sat Jun 15 15:09:30 2013	(r321004)
+++ head/games/oldrunner/Makefile	Sat Jun 15 16:11:19 2013	(r321005)
@@ -1,14 +1,11 @@
-# New ports collection makefile for:	oldrunner
-# Date created:				20 July 2010
-# Whom:					Frederic Culot <frederic at culot.org>
-#
+# Created by: Frederic Culot <frederic at culot.org>
 # $FreeBSD$
-#
 
 PORTNAME=	oldrunner
 PORTVERSION=	20120131
 CATEGORIES=	games
-MASTER_SITES=	ftp://culot.org/culot/
+MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=	culot
 
 MAINTAINER=	culot at FreeBSD.org
 COMMENT=	A textmode remake of Broderbund's LodeRunner

Modified: head/games/oldrunner/pkg-descr
==============================================================================
--- head/games/oldrunner/pkg-descr	Sat Jun 15 15:09:30 2013	(r321004)
+++ head/games/oldrunner/pkg-descr	Sat Jun 15 16:11:19 2013	(r321005)
@@ -1,4 +1,4 @@
 Oldrunner is a remake of Broderbund's Loderunner which contains the 150
 original game levels. It is written in C and has a textmode interface.
 
-WWW:	http://culot.org/public/Code/oldrunner.html
+WWW: http://culot.org/public/Code/oldrunner.html


More information about the svn-ports-all mailing list