Date: Wed, 26 Sep 2012 08:59:21 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304888 - in head/archivers/nwreckdum: . files Message-ID: <201209260859.q8Q8xLiB095273@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Wed Sep 26 08:59:21 2012 New Revision: 304888 URL: http://svn.freebsd.org/changeset/ports/304888 Log: - Move the source code under my GitHub account and integrate the patch - Drop maintainership as I no longer actively use it these days - Trim Makefile header per new world order + other minor cleanups Deleted: head/archivers/nwreckdum/files/ Modified: head/archivers/nwreckdum/Makefile head/archivers/nwreckdum/distinfo Modified: head/archivers/nwreckdum/Makefile ============================================================================== --- head/archivers/nwreckdum/Makefile Wed Sep 26 08:54:40 2012 (r304887) +++ head/archivers/nwreckdum/Makefile Wed Sep 26 08:59:21 2012 (r304888) @@ -1,20 +1,22 @@ -# New ports collection makefile for: nwreckdum -# Date created: 27 May 2003 -# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> -# +# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru> # $FreeBSD$ -# PORTNAME= nwreckdum PORTVERSION= 0.0.6 PORTREVISION= 2 CATEGORIES= archivers games -MASTER_SITES= http://freebsd.nsu.ru/distfiles/ +DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT} -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility for manipulating of Quake PAK files -PLIST_FILES= bin/nwreckdum +USE_GITHUB= yes +GH_ACCOUNT= danfe +GH_PROJECT= ${PORTNAME} +GH_TAGNAME= master +GH_COMMIT= 22cbc47 + +PLIST_FILES= bin/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin Modified: head/archivers/nwreckdum/distinfo ============================================================================== --- head/archivers/nwreckdum/distinfo Wed Sep 26 08:54:40 2012 (r304887) +++ head/archivers/nwreckdum/distinfo Wed Sep 26 08:59:21 2012 (r304888) @@ -1,2 +1,2 @@ -SHA256 (nwreckdum-0.0.6.tar.gz) = 0e10ad843e58cc63f016545d8b51257832188f50bc0a8ce135c1d249af75fe7e -SIZE (nwreckdum-0.0.6.tar.gz) = 6189 +SHA256 (danfe-nwreckdum-22cbc47.tar.gz) = 21ab8cd85cfb831a65cfe89e4d0d4a04c31a98d319ecf45bc263a46385ffecf7 +SIZE (danfe-nwreckdum-22cbc47.tar.gz) = 7844
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209260859.q8Q8xLiB095273>