Date: Thu, 7 Aug 2008 10:44:19 +1000 (YAKST) From: Alexander Logvinov <ports@logvinov.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Alexander Logvinov <ports@logvinov.com> Subject: ports/126321: [maintainer update] archivers/liborange: add missing run dependencies Message-ID: <200808070044.m770iJH8028035@blg.akavia.ru> Resent-Message-ID: <200808070050.m770o36Q096620@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808070044.m770iJH8028035>