Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2012 17:13:17 +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: r306241 - head/archivers/dzip
Message-ID:  <201210211713.q9LHDHpL020861@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
-#
+# Created by: Alexey Dokuchaev <danfe@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@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	File compression utility specializing in Quake demo compression
 
+LICENSE=	ZLIB
+
 USE_ZIP=	yes
 USE_DOS2UNIX=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210211713.q9LHDHpL020861>