ports/170033: accessibility/dasher not bumped after recent libogg update
Pawel Pekala
pawel at FreeBSD.org
Fri Jul 20 21:00:30 UTC 2012
>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 at 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:
More information about the freebsd-ports-bugs
mailing list