Bug 169879 - [MAINTAINER] archivers/lrzip: update to 0.614
Summary: [MAINTAINER] archivers/lrzip: update to 0.614
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: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-15 15:00 UTC by gslin
Modified: 2012-08-05 19:30 UTC (History)
1 user (show)

See Also:


Attachments
lrzip-0.614.patch (1.58 KB, patch)
2012-07-15 15:00 UTC, gslin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2012-07-15 15:00:23 UTC
- Update to 0.614

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-15 15:00:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2012-08-05 07:05:34 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

back to pool
Comment 3 Michael Scheidell freebsd_committer freebsd_triage 2012-08-05 12:22:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-08-05 19:24:38 UTC
Author: scheidell
Date: Sun Aug  5 18:24:25 2012
New Revision: 302121
URL: http://svn.freebsd.org/changeset/ports/302121

Log:
  - Update to 0.614
  
  PR:		ports/169879
  Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)

Modified:
  head/archivers/lrzip/Makefile
  head/archivers/lrzip/distinfo
  head/archivers/lrzip/pkg-plist

Modified: head/archivers/lrzip/Makefile
==============================================================================
--- head/archivers/lrzip/Makefile	Sun Aug  5 18:09:30 2012	(r302120)
+++ head/archivers/lrzip/Makefile	Sun Aug  5 18:24:25 2012	(r302121)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	lrzip
-PORTVERSION=	0.608
+PORTVERSION=	0.614
 CATEGORIES=	archivers
 MASTER_SITES=	http://ck.kolivas.org/apps/lrzip/ \
 		http://files.gslin.org/Software/
@@ -20,12 +20,14 @@ BUILD_DEPENDS=	nasm>=0:${PORTSDIR}/devel
 LIB_DEPENDS=	lzo2:${PORTSDIR}/archivers/lzo2
 
 CFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS+=	--enable-asm
 GNU_CONFIGURE=	yes
+LDFLAGS+=	-L${LOCALBASE}/lib
 USE_BZIP2=	yes
 USE_GMAKE=	yes
+USE_GNOME=	gnomehack
 USE_PERL5_BUILD=	yes
+USE_LDCONFIG=	yes
 
 MAN1=		lrunzip.1 \
 		lrzcat.1 \

Modified: head/archivers/lrzip/distinfo
==============================================================================
--- head/archivers/lrzip/distinfo	Sun Aug  5 18:09:30 2012	(r302120)
+++ head/archivers/lrzip/distinfo	Sun Aug  5 18:24:25 2012	(r302121)
@@ -1,2 +1,2 @@
-SHA256 (lrzip-0.608.tar.bz2) = e7970e19fe09ecd21b2b15cab89692ccc32ba31381026fd521a371422aea6810
-SIZE (lrzip-0.608.tar.bz2) = 435697
+SHA256 (lrzip-0.614.tar.bz2) = 65024d69d1773f3ccf84508a481d7de128c03d1cf9750b5803aead4a24522763
+SIZE (lrzip-0.614.tar.bz2) = 491995

Modified: head/archivers/lrzip/pkg-plist
==============================================================================
--- head/archivers/lrzip/pkg-plist	Sun Aug  5 18:09:30 2012	(r302120)
+++ head/archivers/lrzip/pkg-plist	Sun Aug  5 18:24:25 2012	(r302121)
@@ -24,5 +24,11 @@ bin/lrzcat
 bin/lrzip
 bin/lrztar
 bin/lrzuntar
+include/Lrzip.h
+lib/liblrzip.a
+lib/liblrzip.la
+lib/liblrzip.so
+lib/liblrzip.so.0
+libdata/pkgconfig/lrzip.pc
 @dirrm %%DOCSDIR%%/lzma
 @dirrm %%DOCSDIR%%
_______________________________________________
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"
Comment 5 Michael Scheidell freebsd_committer freebsd_triage 2012-08-05 19:25:45 UTC
State Changed
From-To: open->closed

Committed, with minor changes. as tempting as it is to dirrmtry 
libdata/pkgconfig, don't.  tinderbox and cluster builds complain about a 
file or directory that was there before pkg added, removed.  Thanks!