Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2006 17:40:59 -0500 (EST)
From:      Thomas Abthorpe <thomas@goodking.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hannes.hauswedell@gmail.com, thomas@goodking.ca
Subject:   ports/106695: [PATCH] sysutils/kports: update to 0.6.1
Message-ID:  <200612132240.kBDMexVD002584@goodking.goodking.ca>
Resent-Message-ID: <200612132250.kBDMo9f9078662@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106695
>Category:       ports
>Synopsis:       [PATCH] sysutils/kports: update to 0.6.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 13 22:50:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.2-RC1 i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 6.2-RC1 FreeBSD 6.2-RC1 #3: Wed Dec  6 11:51:08 EST
>Description:
- Update to 0.6.1

Port maintainer (hannes.hauswedell@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- kports-0.6.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/kports/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	15 Oct 2006 19:58:39 -0000	1.2
+++ Makefile	13 Dec 2006 22:40:32 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	kports
-PORTVERSION=	0.6.0
+PORTVERSION=	0.6.1
 CATEGORIES=	sysutils kde
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,15 +14,14 @@
 MAINTAINER=	hannes.hauswedell@gmail.com
 COMMENT=	Powerful KDE-Frontend to the Ports
 
-BROKEN=		Does not compile
-
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_KDELIBS_VER=3
 USE_AUTOTOOLS=	libtool:15
+INSTALLS_ICONS=	yes
 PREFIX=		${KDE_PREFIX}
 
-RUN_DEPENDS+=	${PREFIX}/sbin/portupgrade:${PORTSDIR}/sysutils/portupgrade
+RUN_DEPENDS+=	portupgrade:${PORTSDIR}/sysutils/portupgrade
 RUN_DEPENDS+=	kdehier>=0:${PORTSDIR}/misc/kdehier
 
 OPTIONS=	PORTAUDIT "Require Portaudit" on
@@ -34,7 +33,7 @@
 .endif
 
 .if !defined(WITHOUT_PORTAUDIT)
-RUN_DEPENDS+=	${PREFIX}/sbin/portaudit:${PORTSDIR}/security/portaudit
+RUN_DEPENDS+=	portaudit:${PORTSDIR}/security/portaudit
 .endif
 
 post-install:
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/kports/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	3 Jul 2006 16:11:50 -0000	1.1
+++ distinfo	13 Dec 2006 22:40:32 -0000
@@ -1,3 +1,3 @@
-MD5 (kports-0.6.0.tar.bz2) = 9b5c67a649a0fe61496eb78cd777707f
-SHA256 (kports-0.6.0.tar.bz2) = c04a1529cfa5657349932048923dfadca0d400edde34a53e2db3792b0d5b59ab
-SIZE (kports-0.6.0.tar.bz2) = 637071
+MD5 (kports-0.6.1.tar.bz2) = c02cb4cdcfd8112bcb5ff0bfc1fe94b6
+SHA256 (kports-0.6.1.tar.bz2) = c06e7fd25f5c0c63dcbff1b2a569f185d2252e8b16c2f7ccadfa1cbcfab902fa
+SIZE (kports-0.6.1.tar.bz2) = 620443
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/sysutils/kports/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	3 Jul 2006 16:11:50 -0000	1.1
+++ pkg-plist	13 Dec 2006 22:40:32 -0000
@@ -3,10 +3,22 @@
 share/applnk/System/kports.desktop
 share/apps/kports/kports-splash.jpg
 share/apps/kports/kportsui.rc
+share/doc/HTML/en/kports/common/xml.dcl
 share/doc/HTML/en/kports/index.cache.bz2
 share/doc/HTML/en/kports/index.docbook
 share/icons/hicolor/16x16/apps/kports.png
 share/icons/hicolor/32x32/apps/kports.png
+@dirrmtry share/icons/hicolor/32x32/apps
+@dirrmtry share/icons/hicolor/32x32
+@dirrmtry share/icons/hicolor/16x16/apps
+@dirrmtry share/icons/hicolor/16x16
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons
 @dirrm share/doc/HTML/en/kports/common
 @dirrm share/doc/HTML/en/kports
+@dirrm share/doc/HTML/en
+@dirrm share/doc/HTML
 @dirrm share/apps/kports
+@dirrmtry share/apps
+@dirrmtry share/applnk/System
+@dirrmtry share/applnk
--- kports-0.6.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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