svn commit: r306241 - head/archivers/dzip

Alexey Dokuchaev danfe at FreeBSD.org
Sun Oct 21 17:13:17 UTC 2012


Author: danfe
Date: Sun Oct 21 17:13:16 2012
New Revision: 306241
URL: http://svn.freebsd.org/changeset/ports/306241

Log:
  - Trim the header per new world order
  - Define LICENSE (ZLIB)
  - Relinquish to the pool
  
  Feature safe:	yes

Modified:
  head/archivers/dzip/Makefile

Modified: head/archivers/dzip/Makefile
==============================================================================
--- head/archivers/dzip/Makefile	Sun Oct 21 16:54:59 2012	(r306240)
+++ head/archivers/dzip/Makefile	Sun Oct 21 17:13:16 2012	(r306241)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Dzip
-# Date created:				08 May 2005
-# Whom:					Alexey Dokuchaev <danfe at FreeBSD.org>
-#
+# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	dzip
 PORTVERSION=	2.9
@@ -11,9 +7,11 @@ CATEGORIES=	archivers
 MASTER_SITES=	http://speeddemosarchive.com/dzip/
 DISTNAME=	dz${PORTVERSION:S/.//g}src
 
-MAINTAINER=	danfe at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	File compression utility specializing in Quake demo compression
 
+LICENSE=	ZLIB
+
 USE_ZIP=	yes
 USE_DOS2UNIX=	yes
 


More information about the svn-ports-head mailing list