Bug 178793 - textproc/lucene PORTSCOUT expression change
Summary: textproc/lucene PORTSCOUT expression change
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: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-20 18:00 UTC by Danilo Egêa Gondolfo
Modified: 2013-05-22 01:30 UTC (History)
0 users

See Also:


Attachments
file.diff (271 bytes, patch)
2013-05-20 18:00 UTC, Danilo Egêa Gondolfo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo Egêa Gondolfo 2013-05-20 18:00:00 UTC
The current PORTSCOUT expression don't work, as you can see here http://portscout.freebsd.org/danilogondolfo@gmail.com.html

The new expression is the right way to do this?

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-20 18:00:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

bdrewery@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2013-05-22 01:19:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-22 01:19:57 UTC
Author: bdrewery
Date: Wed May 22 00:19:45 2013
New Revision: 318740
URL: http://svnweb.freebsd.org/changeset/ports/318740

Log:
  - Update PORTSCOUT variable to ignore 3.*; old version did not work
  
  PR:		ports/178793
  Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)

Modified:
  head/textproc/lucene/Makefile

Modified: head/textproc/lucene/Makefile
==============================================================================
--- head/textproc/lucene/Makefile	Wed May 22 00:16:49 2013	(r318739)
+++ head/textproc/lucene/Makefile	Wed May 22 00:19:45 2013	(r318740)
@@ -17,7 +17,7 @@ LICENSE=	AL2
 
 CONFLICTS=	lucene4-[0-9].*
 
-PORTSCOUT=	limit:3.*$$
+PORTSCOUT=	limit:^3\.
 
 USE_JAVA=	yes
 NO_BUILD=	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"