Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 18:09:22 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318182 - in head/ports-mgmt: kports kports-qt4
Message-ID:  <201305141809.r4EI9MaD031903@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue May 14 18:09:22 2013
New Revision: 318182
URL: http://svnweb.freebsd.org/changeset/ports/318182

Log:
  - Update maintainer address.
  - IGNORE when using pkgng, these ports only work with pkg-tools.
  
  PR:		ports/176700
  Submitted by:	Hannes <h2+fbsdports@fsfe.org> (maintainer)

Modified:
  head/ports-mgmt/kports-qt4/Makefile
  head/ports-mgmt/kports/Makefile

Modified: head/ports-mgmt/kports-qt4/Makefile
==============================================================================
--- head/ports-mgmt/kports-qt4/Makefile	Tue May 14 17:44:08 2013	(r318181)
+++ head/ports-mgmt/kports-qt4/Makefile	Tue May 14 18:09:22 2013	(r318182)
@@ -7,7 +7,7 @@ PORTREVISION=	5
 CATEGORIES=	ports-mgmt kde
 MASTER_SITES=	SF
 
-MAINTAINER=	kports@soulrebel.in-berlin.de
+MAINTAINER=	h2+fbsdports@fsfe.org
 COMMENT=	Qt4-Version of your favorite frontend to the Ports
 
 RUN_DEPENDS=	portaudit:${PORTSDIR}/ports-mgmt/portaudit \
@@ -30,6 +30,10 @@ OPTIONS_DEFAULT=	OXYGEN KDEBASE
 OXYGEN_DESC=	Pull in Oxygen icons (recommended)
 KDEBASE_DESC=	Pull in kdebase-runtime for kdesu
 
+.if defined(WITH_PKGNG)
+IGNORE=		only works with traditional pkg-tools
+.endif
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MOXYGEN}

Modified: head/ports-mgmt/kports/Makefile
==============================================================================
--- head/ports-mgmt/kports/Makefile	Tue May 14 17:44:08 2013	(r318181)
+++ head/ports-mgmt/kports/Makefile	Tue May 14 18:09:22 2013	(r318182)
@@ -7,7 +7,7 @@ PORTREVISION=	10
 CATEGORIES=	ports-mgmt kde
 MASTER_SITES=	SF
 
-MAINTAINER=	kports@soulrebel.in-berlin.de
+MAINTAINER=	h2+fbsdports@fsfe.org
 COMMENT=	KDE3-Version of your favorite frontend to the Ports
 
 USE_BZIP2=	yes
@@ -28,6 +28,10 @@ GKSU_DESC=	With gksu
 
 .include <bsd.port.options.mk>
 
+.if defined(WITH_PKGNG)
+IGNORE=		only works with traditional pkg-tools
+.endif
+
 .if ! ${PORT_OPTIONS:MKDESU} && ! ${PORT_OPTIONS:MKDESU4} && ! ${PORT_OPTIONS:MGKSU}
 PKGMESSAGE=	${FILESDIR}/pkg-message.nosu
 .endif



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