svn commit: r315768 - in head/emulators: i386-wine-devel wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Tue Apr 9 05:47:55 UTC 2013


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 at 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 at FreeBSD.org
+MAINTAINER?=	gerald at 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


More information about the svn-ports-all mailing list