diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-29 04:17:56 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-29 04:17:56 +0800 |
commit | acf4de44afd0dc676b490d8a6d8a28fc879b3ffc (patch) | |
tree | ffa65bc93b7094f6a0beacd1022b557996628382 /x11/gnome-session | |
parent | 2372b522f3e9c44b1207467c13d75f3f8041a995 (diff) | |
download | freebsd-ports-gnome-acf4de44afd0dc676b490d8a6d8a28fc879b3ffc.tar.gz freebsd-ports-gnome-acf4de44afd0dc676b490d8a6d8a28fc879b3ffc.tar.zst freebsd-ports-gnome-acf4de44afd0dc676b490d8a6d8a28fc879b3ffc.zip |
x11/gnomesession -> x11/gnome-session
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus
Diffstat (limited to 'x11/gnome-session')
-rw-r--r-- | x11/gnome-session/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index fcdee9b27fe1..60d477865df1 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/x11/gnomesession/Makefile,v 1.83 2006/04/24 03:18:23 marcus Exp $ # -PORTNAME= gnomesession +PORTNAME= gnome-session PORTVERSION= 2.14.1 PORTREVISION= 2 CATEGORIES= x11 gnome @@ -15,7 +15,6 @@ MASTER_SITES= ${MASTER_SITE_GNOME} \ http://people.FreeBSD.org/~adamw/images/gnome_splashes/2.12/:local MASTER_SITE_SUBDIR= sources/gnome-session/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ adamw/:local -DISTNAME= gnome-session-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${SPLASHES}:local DIST_SUBDIR= gnome2 |