Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2013 05:47:54 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315768 - in head/emulators: i386-wine-devel wine-devel
Message-ID:  <201304090547.r395lsMH076591@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue Apr  9 05:47:54 2013
New Revision: 315768
URL: http://svnweb.freebsd.org/changeset/ports/315768

Log:
  emulators/wine-devel:
  - Allow overriding MAINTAINER and LATEST_LINK in child ports.
  emulators/i386-wine-devel:
  - Set MAINTAINER and LATEST_LINK.
  
  Approved by:	portmgr (bdrewery), maintainer, maintainer's mentor (eadler)

Modified:
  head/emulators/i386-wine-devel/Makefile
  head/emulators/wine-devel/Makefile

Modified: head/emulators/i386-wine-devel/Makefile
==============================================================================
--- head/emulators/i386-wine-devel/Makefile	Tue Apr  9 01:18:58 2013	(r315767)
+++ head/emulators/i386-wine-devel/Makefile	Tue Apr  9 05:47:54 2013	(r315768)
@@ -3,6 +3,9 @@
 
 PKGNAMEPREFIX=	i386-
 
+MAINTAINER=	dbn@FreeBSD.org
+LATEST_LINK=	${PKGNAMEPREFIX}wine-devel
+
 # Use the wine port to do most of the heavy lifting
 MASTERDIR=	${.CURDIR}/../wine-devel
 PKGINSTALL=	${.CURDIR}/files/pkg-install

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Tue Apr  9 01:18:58 2013	(r315767)
+++ head/emulators/wine-devel/Makefile	Tue Apr  9 05:47:54 2013	(r315768)
@@ -8,7 +8,7 @@ CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
 		http://ibiblio.org/pub/linux/system/emulators/wine/
 
-MAINTAINER=	gerald@FreeBSD.org
+MAINTAINER?=	gerald@FreeBSD.org
 COMMENT=	Microsoft Windows compatibility environment
 
 LICENSE=	LGPL21 LGPL3
@@ -25,7 +25,7 @@ LIB_DEPENDS=	fontconfig:${PORTSDIR}/x11-
 
 CONFLICTS_INSTALL=	wine-1.4*
 
-LATEST_LINK=	wine-devel
+LATEST_LINK?=	wine-devel
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_GCC=	any



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304090547.r395lsMH076591>