svn commit: r308275 - head/archivers/plzip

Xin LI delphij at FreeBSD.org
Tue Dec 4 21:18:47 UTC 2012


Author: delphij
Date: Tue Dec  4 21:18:46 2012
New Revision: 308275
URL: http://svnweb.freebsd.org/changeset/ports/308275

Log:
   - Update to 0.9
   - Take maintainership
  
  Feature safe:	yes

Modified:
  head/archivers/plzip/Makefile
  head/archivers/plzip/distinfo

Modified: head/archivers/plzip/Makefile
==============================================================================
--- head/archivers/plzip/Makefile	Tue Dec  4 21:13:56 2012	(r308274)
+++ head/archivers/plzip/Makefile	Tue Dec  4 21:18:46 2012	(r308275)
@@ -1,16 +1,12 @@
-# New ports collection makefile for:	plzip
-# Date created:		2010-05-22
-# Whom:			Albert Vernon <f3cun3c02 at sneakemail.com>
-#
+# Created by: Albert Vernon <f3cun3c02 at sneakemail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	plzip
-PORTVERSION=	0.7
+PORTVERSION=	0.9
 CATEGORIES=	archivers
 MASTER_SITES=	SAVANNAH/lzip
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	delphij at FreeBSD.org
 COMMENT=	Is a parallel, lossless data compressor based on the LZMA algorithm
 
 BUILD_DEPENDS=	lzlib>=1.1:${PORTSDIR}/archivers/lzlib
@@ -23,4 +19,5 @@ CONFIGURE_ARGS=	CXXFLAGS="-I${LOCALBASE}
 		LDFLAGS="-L${LOCALBASE}/lib"
 MAN1=		plzip.1
 INFO=		plzip
+
 .include <bsd.port.mk>

Modified: head/archivers/plzip/distinfo
==============================================================================
--- head/archivers/plzip/distinfo	Tue Dec  4 21:13:56 2012	(r308274)
+++ head/archivers/plzip/distinfo	Tue Dec  4 21:18:46 2012	(r308275)
@@ -1,2 +1,2 @@
-SHA256 (plzip-0.7.tar.gz) = aec2220838b8e414b346ed7d8f817cb3b0acae7f668447d4f17ee47c12e7cdb8
-SIZE (plzip-0.7.tar.gz) = 64451
+SHA256 (plzip-0.9.tar.gz) = 59cd75bbbd4e5f0372b115d99383158279402dc56dfc7db0b6640ef23e16a1a6
+SIZE (plzip-0.9.tar.gz) = 66257


More information about the svn-ports-all mailing list