Bug 170257 - port update: archivers/libunrar4 Version 4 of libunrar
Summary: port update: archivers/libunrar4 Version 4 of libunrar
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-29 14:00 UTC by Joris Vandalon
Modified: 2012-08-03 03:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.28 KB, text/plain)
2012-07-29 14:00 UTC, Joris Vandalon
no flags Details
libunrar4.txt (2.35 KB, text/plain)
2012-07-29 21:42 UTC, Joris Vandalon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joris Vandalon 2012-07-29 14:00:05 UTC
Update libunrar4 from 4.0.7 to 4.2.1

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-29 14:00:57 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Joris Vandalon 2012-07-29 21:42:56 UTC
It seems there was even a new version.
So here is a new version, 4.2.4
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2012-08-03 02:29:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 4 Wesley Shields freebsd_committer freebsd_triage 2012-08-03 03:21:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-08-03 03:21:52 UTC
Author: wxs
Date: Fri Aug  3 02:21:37 2012
New Revision: 301877
URL: http://svn.freebsd.org/changeset/ports/301877

Log:
  Update to 4.2.1
  
  PR:		ports/170257
  Submitted by:	Joris Vandalon <joris@vandalon.nl> (maintainer)

Deleted:
  head/archivers/libunrar4/files/
Modified:
  head/archivers/libunrar4/Makefile   (contents, props changed)
  head/archivers/libunrar4/distinfo   (contents, props changed)
  head/archivers/libunrar4/pkg-plist   (contents, props changed)

Modified: head/archivers/libunrar4/Makefile
==============================================================================
--- head/archivers/libunrar4/Makefile	Fri Aug  3 02:06:44 2012	(r301876)
+++ head/archivers/libunrar4/Makefile	Fri Aug  3 02:21:37 2012	(r301877)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libunrar4
-PORTVERSION=	4.0.7
+PORTVERSION=	4.2.4
 CATEGORIES=	archivers
 MASTER_SITES=	http://www.rarlab.com/rar/
 DISTNAME=	unrarsrc-${PORTVERSION}
@@ -22,8 +22,8 @@ ALL_TARGET=	lib
 USE_LDCONFIG=	yes
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/libunrar.so.3 ${PREFIX}/lib/
-	cd ${PREFIX}/lib && ${LN} -sf libunrar.so.3 libunrar.so
+	${INSTALL_PROGRAM} ${WRKSRC}/libunrar.so ${PREFIX}/lib/libunrar.so.4
+	cd ${PREFIX}/lib && ${LN} -sf libunrar.so.4 libunrar.so
 	${MKDIR} ${PREFIX}/include/libunrar4
 	${INSTALL_DATA} ${WRKSRC}/dll.hpp ${PREFIX}/include/libunrar4/dll.hpp
 

Modified: head/archivers/libunrar4/distinfo
==============================================================================
--- head/archivers/libunrar4/distinfo	Fri Aug  3 02:06:44 2012	(r301876)
+++ head/archivers/libunrar4/distinfo	Fri Aug  3 02:21:37 2012	(r301877)
@@ -1,2 +1,2 @@
-SHA256 (unrarsrc-4.0.7.tar.gz) = eac9ed7493870ca7f67b23e9208aef1db701c381123ac462e97f703777a33071
-SIZE (unrarsrc-4.0.7.tar.gz) = 152853
+SHA256 (unrarsrc-4.2.4.tar.gz) = 9432bf798e5f7123f3060f37b75b7c07f36f0091305f46473dcae9154f8cd686
+SIZE (unrarsrc-4.2.4.tar.gz) = 164641

Modified: head/archivers/libunrar4/pkg-plist
==============================================================================
--- head/archivers/libunrar4/pkg-plist	Fri Aug  3 02:06:44 2012	(r301876)
+++ head/archivers/libunrar4/pkg-plist	Fri Aug  3 02:21:37 2012	(r301877)
@@ -1,4 +1,4 @@
 lib/libunrar.so
-lib/libunrar.so.3
+lib/libunrar.so.4
 include/libunrar4/dll.hpp
 @dirrm  include/libunrar4
_______________________________________________
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"