ports/126321: [maintainer update] archivers/liborange: add missing run dependencies

Alexander Logvinov ports at logvinov.com
Thu Aug 7 00:50:03 UTC 2008


>Number:         126321
>Category:       ports
>Synopsis:       [maintainer update] archivers/liborange: add missing run dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 07 00:50:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.3-RELEASE-p1 i386
>Organization:
>Environment:

>Description:

  Add missing RUN_DEPENDS on archivers/cabextract and archivers/unzip
	
>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/archivers/liborange/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	29 Jul 2008 23:51:10 -0000	1.16
+++ Makefile	7 Aug 2008 00:34:57 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	liborange
 PORTVERSION=	0.3.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	synce
@@ -15,6 +15,9 @@
 MAINTAINER=	ports at logvinov.com
 COMMENT=	Library to extract CAB files from self-extracting installers
 
+RUN_DEPENDS=	cabextract:${PORTSDIR}/archivers/cabextract \
+		unzip:${PORTSDIR}/archivers/unzip
+
 OPTIONS=	LIBSYNCE	"Build with libsynce support"			on \
 		LIBDYNAMITE	"Build with libdynamite support"		on \
 		LIBUNSHIELD	"Build with libunshield support"		on \
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list