Bug 177291 - [PATCH] add in portscout limit for audio/icecast
Summary: [PATCH] add in portscout limit for audio/icecast
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: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-23 01:50 UTC by Chris Petrik
Modified: 2013-03-23 05:21 UTC (History)
0 users

See Also:


Attachments
file.diff (336 bytes, patch)
2013-03-23 01:50 UTC, Chris Petrik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Petrik 2013-03-23 01:50:00 UTC
Add in portscout limit to limit version to 1.3.12 and to fix the new ver in portscout.

Fix: Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-03-23 02:26:47 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-23 02:27:02 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-23 02:27:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

bdrewery@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-03-23 05:14:54 UTC
Author: eadler
Date: Sat Mar 23 05:14:41 2013
New Revision: 314987
URL: http://svnweb.freebsd.org/changeset/ports/314987

Log:
  Add PORTSCOUT line
  
  PR:		misc/177291
  Submitted by:	chris petrik <c.petrik.sosa@gmail.com>

Modified:
  head/audio/icecast/Makefile

Modified: head/audio/icecast/Makefile
==============================================================================
--- head/audio/icecast/Makefile	Sat Mar 23 05:12:58 2013	(r314986)
+++ head/audio/icecast/Makefile	Sat Mar 23 05:14:41 2013	(r314987)
@@ -25,6 +25,8 @@ MAKE_JOBS_SAFE=	yes
 CPPFLAGS+=	${PTHREAD_CFLAGS}
 LDFLAGS+=	${PTHREAD_LIBS}
 
+PORTSCOUT=	limit:^1\.3\.12
+
 SUB_FILES=	pkg-message
 
 .include <bsd.port.options.mk>
_______________________________________________
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 Eitan Adler freebsd_committer freebsd_triage 2013-03-23 05:14:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 6 Eitan Adler freebsd_committer freebsd_triage 2013-03-23 05:21:39 UTC
Responsible Changed
From-To: bdrewery->eadler

I'll take it.