Bug 125244

Summary: [PATCH]: ports/*: 70 gnome ports missing gnome CATEGORIES
Product: Ports & Packages Reporter: Philip M. Gollucci <pgollucci>
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
gnome-cat.diff none

Description Philip M. Gollucci 2008-07-03 21:10:02 UTC
ports/125243 will most likely break the diff here, so here's how to generate it again

$ cd /usr/ports ; find . -type f -name "Makefile" | \
    xargs grep MASTER_SITES | \
    grep GNOME | \
    sed -e 's,:.*,,' | \
    xargs grep CATEGORIES | \
    grep -vw gnome | \
    sed -e 's,:.*,,' | \
    xargs perl -pi -e 's,(CATEGORIES=.*),$1 gnome,'
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-03 22:36:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

araujo wants to have his PRs.
Comment 2 Jeremy Messenger 2008-07-04 20:40:53 UTC
I disagree with this. Many of these ports are not GNOME at all, like  
glib*, libsigc++, gstreamermm, libxml* and etc for example.

Cheers,
Mezz


-- 
mezz7@cox.net  -  mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  gnome@FreeBSD.org
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2008-08-22 14:09:59 UTC
State Changed
From-To: open->closed

Submitter requested closed.