Bug 183073 - Bad links for archivers/lzip 1.14 port
Summary: Bad links for archivers/lzip 1.14 port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-17 22:30 UTC by dnewman
Modified: 2013-11-09 13:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dnewman 2013-10-17 22:30:00 UTC
All links to the archivers/lzip-1.14 port are down. I emailed the port maintainer and ports@ a week ago, but have not heard back:

http://www.opendevs.org/iwzku/freebsd-port-lzip-1-14.html

The suggested workaround is to download the tar.gz file from a Fedora site. That file's sha256 digest is OK, and I was able to proceed with the upgrade. But this should just work in ports.

Fix: 

The suggested workaround is to download the tar.gz file from a Fedora site:

http://pkgs.fedoraproject.org/repo/pkgs/lzip/lzip-1.14.tar.gz/39a4b06952ee45274525dc0582cdd651/lzip-1.14.tar.gz

That file's sha256 digest is OK, and I was able to proceed with the upgrade. 

But this should just work in ports.
How-To-Repeat: cd /usr/ports/archives/lzip
sudo make install clean
Comment 1 dnewman 2013-10-17 22:33:07 UTC
Sorry, I made a mistake when filing this PR. It belongs in ports, not
powerpc.

dn
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2013-10-19 12:56:48 UTC
Responsible Changed
From-To: freebsd-ppc->freebsd-ports-bugs

Fix category and responsible party.
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-21 06:38:09 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-21 06:38:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 5 William Grzybowski freebsd_committer freebsd_triage 2013-11-09 03:40:36 UTC
Responsible Changed
From-To: sylvio->wg

I'll take it.
Comment 6 William Grzybowski freebsd_committer freebsd_triage 2013-11-09 13:45:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2013-11-09 13:45:50 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"