svn commit: r333291 - head/archivers/lzip

William Grzybowski wg at FreeBSD.org
Sat Nov 9 13:45:43 UTC 2013


Author: wg
Date: Sat Nov  9 13:45:42 2013
New Revision: 333291
URL: http://svnweb.freebsd.org/changeset/ports/333291

Log:
  archivers/lzip: fix links and update to 1.15
  
  - Links for 1.14 were bad, fix it by updating to 1.15
  - Allow staging [1]
  
  PR:		ports/183073, ports/183540
  Submitted by:	David Newman <dnewman networktest.com>, delphij, wg [1]
  Approved by:	maintainer (timeout)

Modified:
  head/archivers/lzip/Makefile
  head/archivers/lzip/distinfo

Modified: head/archivers/lzip/Makefile
==============================================================================
--- head/archivers/lzip/Makefile	Sat Nov  9 13:34:00 2013	(r333290)
+++ head/archivers/lzip/Makefile	Sat Nov  9 13:45:42 2013	(r333291)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lzip
-PORTVERSION=	1.14
+PORTVERSION=	1.15
 CATEGORIES=	archivers
 MASTER_SITES=	SAVANNAH/lzip LOCAL/marino
 
@@ -11,14 +11,13 @@ COMMENT=	Lossless data compressor based 
 
 LICENSE=	GPLv3
 
-PLIST_FILES=	bin/lzip
+PLIST_FILES=	bin/lzip \
+		man/man1/lzip.1.gz
 
-NO_STAGE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	CXX="${CXX}" \
 		CXXFLAGS="${CXXFLAGS}" \
 		LDFLAGS="${LDFLAGS}"
-MAN1=		lzip.1
 INFO=		lzip
 
 .include <bsd.port.mk>

Modified: head/archivers/lzip/distinfo
==============================================================================
--- head/archivers/lzip/distinfo	Sat Nov  9 13:34:00 2013	(r333290)
+++ head/archivers/lzip/distinfo	Sat Nov  9 13:45:42 2013	(r333291)
@@ -1,4 +1,2 @@
-SHA256 (lzip-1.14.tar.gz) = 7ff5cc521560edb2a0a6cdf258cf3afdaeb1dbcc354d96d011d0dd7ec584cbe7
-SIZE (lzip-1.14.tar.gz) = 80699
-SHA256 (lzip-1.14.tar.lz) = 8f3b932f88fd8d88653f46e2e35e6967ea0e136e200b368ffb7dc0cb43f17f98
-SIZE (lzip-1.14.tar.lz) = 60597
+SHA256 (lzip-1.15.tar.gz) = 7cd3fcda68fc9900efcf7784313e3bdd1303fef1a0546db9723f5e5564dd05b6
+SIZE (lzip-1.15.tar.gz) = 97409


More information about the svn-ports-all mailing list