Bug 179956 - Update port: audio/oss to 4.2-build2008
Summary: Update port: audio/oss to 4.2-build2008
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-25 12:10 UTC by Waitman Gobble
Modified: 2013-07-13 18:50 UTC (History)
0 users

See Also:


Attachments
oss.diff (1.08 KB, patch)
2013-06-25 12:10 UTC, Waitman Gobble
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Waitman Gobble 2013-06-25 12:10:00 UTC
This is an updated port for oss 4.2 build 2008, released Jun 13 2013
This appears to be only a version bump, at least for the BSD dist. (based on a diff of r2007 and r2008 sources)
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-07-13 18:45:26 UTC
Author: deischen
Date: Sat Jul 13 17:45:18 2013
New Revision: 322952
URL: http://svnweb.freebsd.org/changeset/ports/322952

Log:
  Update to 4.2-build2008.  The only dependent port, multimedia/qmmp, does not
  have a LIB_DEPENDS, just a depends on an include file, so no PORTREVISION
  bump is necessary for qmmp.
  
  PR:		179956
  Submitted by:	Waitman Gobble uzimac at da3m0n8t3r dot com

Modified:
  head/audio/oss/Makefile
  head/audio/oss/distinfo

Modified: head/audio/oss/Makefile
==============================================================================
--- head/audio/oss/Makefile	Sat Jul 13 17:41:20 2013	(r322951)
+++ head/audio/oss/Makefile	Sat Jul 13 17:45:18 2013	(r322952)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	oss
-DISTVERSION=	4.2-build2007
+DISTVERSION=	4.2-build2008
 CATEGORIES=	audio kld
 MASTER_SITES=	http://www.opensound.com/developer/sources/stable/bsd/
 DISTNAME=	${PORTNAME}-v${DISTVERSION}-src-bsd

Modified: head/audio/oss/distinfo
==============================================================================
--- head/audio/oss/distinfo	Sat Jul 13 17:41:20 2013	(r322951)
+++ head/audio/oss/distinfo	Sat Jul 13 17:45:18 2013	(r322952)
@@ -1,2 +1,2 @@
-SHA256 (oss-v4.2-build2007-src-bsd.tar.bz2) = 083b6f4b09c01fa1677cb9518ba8c1de8e3661ac760ec67f40cefec977aaa340
-SIZE (oss-v4.2-build2007-src-bsd.tar.bz2) = 1628850
+SHA256 (oss-v4.2-build2008-src-bsd.tar.bz2) = c5fd9d48dc9b1c3fdb0e4073bc43ea0f3822d93925764a30828e0f382253b777
+SIZE (oss-v4.2-build2008-src-bsd.tar.bz2) = 1641299
_______________________________________________
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 2 Daniel Eischen freebsd_committer freebsd_triage 2013-07-13 18:45:43 UTC
State Changed
From-To: open->closed

Patch committed.  Thanks for your contribution.