Commit e79fe1aa authored by Tobias Kortkamp's avatar Tobias Kortkamp Committed by Stefan Eßer
Browse files

Fix WWW in parent/child ports

Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
 a) just using the pkg-descr from the parents
 b) or had their own separate pkg-descr with custom WWW

Use WWW?= in parents when the child's WWW is different.

Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.

Approved by:	portmgr (implicit)
parent e65ab5a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ DIST_SUBDIR= festival

MAINTAINER=	ports@FreeBSD.org
COMMENT?=	CMU US English female voice for festival
WWW=		http://festvox.org/cmu_arctic/dbs_slt.html
WWW?=		http://festvox.org/cmu_arctic/dbs_slt.html

LICENSE=	MIT-variant
LICENSE_NAME=	MIT License (CMU variant)
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ PKGNAMESUFFIX= -emacs

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Emacs interface for TiMidity++
WWW=		http://timidity.sourceforge.net/

MASTERDIR=	${.CURDIR}/../../audio/timidity++

+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ PKGNAMESUFFIX= -gtk

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Gtk interface for TiMidity++
WWW=		http://timidity.sourceforge.net/

MASTERDIR=	${.CURDIR}/../../audio/timidity++

+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ PKGNAMESUFFIX= -motif

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Motif interface for TiMidity++
WWW=		http://timidity.sourceforge.net/

MASTERDIR=	${.CURDIR}/../../audio/timidity++

+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ PKGNAMESUFFIX= -slang

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Slang interface for TiMidity++
WWW=		http://timidity.sourceforge.net/

CONFLICTS_INSTALL=	ja-timidity++-slang # lib/timidity/if_slang.so

Loading