Bug 176700 - Update ports-mgmt/kports and kports-qt4 to prevent build with PKGNG and update Maintainer's E-Mail
Summary: Update ports-mgmt/kports and kports-qt4 to prevent build with PKGNG and updat...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-06 20:20 UTC by Hannes Hauswedell
Modified: 2013-05-14 19:10 UTC (History)
0 users

See Also:


Attachments
file.diff (774 bytes, patch)
2013-03-06 20:20 UTC, Hannes Hauswedell
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hannes Hauswedell 2013-03-06 20:20:00 UTC
see Synopsis

Fix: ==== PATCH 1 ====

-- kportsORIG/Makefile 2012-11-17 07:00:45.000000000 +0100
+++ kports/Makefile     2013-03-06 21:04:56.177551451 +0100
@@ -11,7 +11,7 @@
 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
@@ -30,6 +30,10 @@

 .include <bsd.port.options.mk>

+.if defined(WITH_PKGNG)
+IGNORE=                Only works with traditional pkg-tools
+.endif
+
 .if defined(WITHOUT_KDESU) && defined(WITHOUT_KDESU4) && defined(WITHOUT_GKSU)
 PKGMESSAGE=    ${FILESDIR}/pkg-message.nosu
 .endif

==== PATCH2 ====
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-03-06 22:46:14 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-05-14 19:09:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-14 19:09:36 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"