From owner-svn-ports-head@FreeBSD.ORG Sat Jun 15 16:11:21 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3921EB80; Sat, 15 Jun 2013 16:11:21 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2AA451CC9; Sat, 15 Jun 2013 16:11:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5FGBKjG038434; Sat, 15 Jun 2013 16:11:20 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5FGBJYu038426; Sat, 15 Jun 2013 16:11:19 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201306151611.r5FGBJYu038426@svn.freebsd.org> From: Frederic Culot Date: Sat, 15 Jun 2013 16:11:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321005 - in head: devel/htable french/fortune-mod-zarathoustra games/oldrunner X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jun 2013 16:11:21 -0000 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 -# +# Created by: Frederic Culot # $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@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 -# +# Created by: Frederic Culot # $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@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 -# +# Created by: Frederic Culot # $FreeBSD$ -# PORTNAME= oldrunner PORTVERSION= 20120131 CATEGORIES= games -MASTER_SITES= ftp://culot.org/culot/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= culot MAINTAINER= culot@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