Bug 170033 - accessibility/dasher not bumped after recent libogg update
Summary: accessibility/dasher not bumped after recent libogg update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-20 22:00 UTC by Pawel Pekala
Modified: 2012-08-16 15:50 UTC (History)
0 users

See Also:


Attachments
file.diff (618 bytes, patch)
2012-07-20 22:00 UTC, Pawel Pekala
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Pekala freebsd_committer freebsd_triage 2012-07-20 22:00:23 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-20 22:00:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-20 22:00:50 UTC
Maintainer of accessibility/dasher,

Please note that PR ports/170033 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170033

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-20 22:00:53 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-08-16 15:41:30 UTC
Author: pawel
Date: Thu Aug 16 14:41:14 2012
New Revision: 302641
URL: http://svn.freebsd.org/changeset/ports/302641

Log:
  - Bump portrevision after audio/libogg upgrade
  - Add explicit dependency on audio/libogg so this port
    won't be missed next time
  
  PR:		ports/170033
  Submitted by:	myself
  Approved by:	maintainer timeout (3 weeks)

Modified:
  head/accessibility/dasher/Makefile

Modified: head/accessibility/dasher/Makefile
==============================================================================
--- head/accessibility/dasher/Makefile	Thu Aug 16 14:37:23 2012	(r302640)
+++ head/accessibility/dasher/Makefile	Thu Aug 16 14:41:14 2012	(r302641)
@@ -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 @@ MAINTAINER=	lewiz@compsoc.man.ac.uk
 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
_______________________________________________
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 5 Pawel Pekala freebsd_committer freebsd_triage 2012-08-16 15:41:33 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!