Bug 182128 - update multimedia/libtuner to 1.1.1
Summary: update multimedia/libtuner to 1.1.1
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-15 22:20 UTC by jason.harmening
Modified: 2013-09-17 17:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.47 KB, patch)
2013-09-15 22:20 UTC, jason.harmening
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jason.harmening 2013-09-15 22:20:00 UTC
--fix build on recent HEAD: add missing unistd.h includes

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-09-16 22:37:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-17 17:12:12 UTC
Author: wg
Date: Tue Sep 17 16:12:05 2013
New Revision: 327482
URL: http://svnweb.freebsd.org/changeset/ports/327482

Log:
  multimedia/libtuner: update to 1.1.1
  
  - Update to 1.1.1, fixes build on CURRENT
  
  PR:		ports/182128
  Submitted by:	Jason Harmening <jason.harmening gmail.com> (maintainer)

Modified:
  head/multimedia/libtuner/Makefile
  head/multimedia/libtuner/distinfo

Modified: head/multimedia/libtuner/Makefile
==============================================================================
--- head/multimedia/libtuner/Makefile	Tue Sep 17 16:11:06 2013	(r327481)
+++ head/multimedia/libtuner/Makefile	Tue Sep 17 16:12:05 2013	(r327482)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libtuner
-PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTVERSION=	1.1.1
 CATEGORIES=	multimedia
 MASTER_SITES=	ftp://corona.homeunix.net/ports/libtuner/
 

Modified: head/multimedia/libtuner/distinfo
==============================================================================
--- head/multimedia/libtuner/distinfo	Tue Sep 17 16:11:06 2013	(r327481)
+++ head/multimedia/libtuner/distinfo	Tue Sep 17 16:12:05 2013	(r327482)
@@ -1,2 +1,2 @@
-SHA256 (libtuner-1.1.0.tar.gz) = 58d005fb5c7021798686021903c19ac36201482778afce61b16dd1eea6c9236c
-SIZE (libtuner-1.1.0.tar.gz) = 96913
+SHA256 (libtuner-1.1.1.tar.gz) = 6d39f58814805db2b06f5d0df0912f9f69bab2bd0dea91399d2055eece7edf03
+SIZE (libtuner-1.1.1.tar.gz) = 96926
_______________________________________________
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 3 William Grzybowski freebsd_committer freebsd_triage 2013-09-17 17:13:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!