| 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: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->araujo araujo wants to have his PRs. 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 State Changed From-To: open->closed Submitter requested closed. |
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,'