Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2012 20:57:55 GMT
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170033: accessibility/dasher not bumped after recent libogg update
Message-ID:  <201207202057.q6KKvtlZ095173@red.freebsd.org>
Resent-Message-ID: <201207202100.q6KL0NFG001286@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170033
>Category:       ports
>Synopsis:       accessibility/dasher not bumped after recent libogg update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 20 21:00:23 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        10.0-CURRENT
>Organization:
>Environment:
FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #10: Sat Jul 14 11:00:18 CEST 2012     corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN  i386

>Description:
This port links to libogg and it's portrevision wasn't bumped after recent libogg update. I propose to bump port revision and explicit dependency on audio/libogg so in the future this can be avoided.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/accessibility/dasher/Makefile ./Makefile
--- /usr/ports/accessibility/dasher/Makefile	2012-06-01 07:15:43.000000000 +0200
+++ ./Makefile	2012-07-20 20:01:49.000000000 +0200
@@ -8,7 +8,7 @@
 
 PORTNAME=	dasher
 PORTVERSION=	4.10.1
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	2
 CATEGORIES=	accessibility editors x11 gnome
 MASTER_SITES=	GNOME
@@ -18,6 +18,7 @@
 COMMENT=	Information efficient text-entry interface
 
 BUILD_DEPENDS=	rarian-sk-config:${PORTSDIR}/textproc/rarian
+LIB_DEPENDS=	ogg:${PORTSDIR}/audio/libogg
 RUN_DEPENDS=	rarian-sk-config:${PORTSDIR}/textproc/rarian
 
 USE_BZIP2=	yes


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207202057.q6KKvtlZ095173>