Bug 187908

Summary: [maintainer update] x11-fm/doublecmd: update to version 0.5.9
Product: Ports & Packages Reporter: Beñat Gonzalez Etxepare <bbtruk>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Beñat Gonzalez Etxepare 2014-03-24 19:20:00 UTC
Changes:
- Update to version 0.5.9. Changelog:
http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=28
- Convert to new LIB_DEPENDS syntax


Patch tested in RedPorts (rev. 24791):
https://redports.org/buildarchive/20140324172333-30386/

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-03-26 16:04:44 UTC
Author: acm
Date: Wed Mar 26 16:04:41 2014
New Revision: 349259
URL: http://svnweb.freebsd.org/changeset/ports/349259
QAT: https://qat.redports.org/buildarchive/r349259/

Log:
  - Update to 0.5.9. Changelog:
  http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=28
  - Convert to new LIB_DEPENDS syntax
  
  PR:		ports/187908
  Submitted by:	maintainer

Modified:
  head/x11-fm/doublecmd/Makefile
  head/x11-fm/doublecmd/distinfo

Modified: head/x11-fm/doublecmd/Makefile
==============================================================================
--- head/x11-fm/doublecmd/Makefile	Wed Mar 26 15:46:06 2014	(r349258)
+++ head/x11-fm/doublecmd/Makefile	Wed Mar 26 16:04:41 2014	(r349259)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	doublecmd
-PORTVERSION=	0.5.8
+PORTVERSION=	0.5.9
 CATEGORIES=	x11-fm
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}/Double%20Commander%20Source
@@ -87,17 +87,17 @@ BUILD_DEPENDS+=	${LOCALBASE}/share/lazar
 .endif
 
 .if ${PORT_OPTIONS:MQT4}
-LIB_DEPENDS+=	Qt4Pas:${PORTSDIR}/x11-toolkits/qt4pas
+LIB_DEPENDS+=	libQt4Pas.so:${PORTSDIR}/x11-toolkits/qt4pas
 LCL_PLATFORM=	qt
 BUILD_DEPENDS+=	${LOCALBASE}/share/lazarus/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-qt
 .endif
 
 .if ${PORT_OPTIONS:MWCX_UNRAR}
-LIB_DEPENDS+=	unrar:${PORTSDIR}/archivers/libunrar
+LIB_DEPENDS+=	libunrar.so:${PORTSDIR}/archivers/libunrar
 .endif
 
 .if ${PORT_OPTIONS:MWFX_SAMBA}
-LIB_DEPENDS+=	smbclient:${PORTSDIR}/net/samba-libsmbclient
+LIB_DEPENDS+=	libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient
 .endif
 
 .if ${PORT_OPTIONS:MWLX_MPLAYER}

Modified: head/x11-fm/doublecmd/distinfo
==============================================================================
--- head/x11-fm/doublecmd/distinfo	Wed Mar 26 15:46:06 2014	(r349258)
+++ head/x11-fm/doublecmd/distinfo	Wed Mar 26 16:04:41 2014	(r349259)
@@ -1,4 +1,4 @@
-SHA256 (doublecmd-0.5.8-src.tar.gz) = bfa85693b6cc06b7fd28ec8bd443ad9fb9d79d27a541e4f4d54bb9da2fb052ea
-SIZE (doublecmd-0.5.8-src.tar.gz) = 4464173
+SHA256 (doublecmd-0.5.9-src.tar.gz) = d5b3c93b3029f4b0a45b7c9912d34f753445e031c93bc0268d4cb4c313d06ba4
+SIZE (doublecmd-0.5.9-src.tar.gz) = 4535338
 SHA256 (doublecmd-help-0.5.5-src.tar.gz) = 5c5d00187df811df0734bf751a581bce7e1bdd4cf4639b2a1101f1da8743daaf
 SIZE (doublecmd-help-0.5.5-src.tar.gz) = 10762769
_______________________________________________
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 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2014-03-26 16:04:49 UTC
State Changed
From-To: open->closed

- Committed thanks!!