ports/105931: Update Port: sysutils/kports

Hannes Hauswedell hannes.hauswedell at gmail.com
Fri Dec 1 19:00:31 UTC 2006


The following reply was made to PR ports/105931; it has been noted by GNATS.

From: Hannes Hauswedell <hannes.hauswedell at gmail.com>
To: vd at freebsd.org
Cc: bug-followup at freebsd.org
Subject: Re: ports/105931: Update Port: sysutils/kports
Date: Fri, 1 Dec 2006 19:21:03 +0000

 --Boundary-00=_fCIcFLilBvfa0nJ
 Content-Type: text/plain;
   charset="iso-8859-1"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Am Mittwoch, 29. November 2006 06:00 schrieb Vasil Dimov:
 > On Tue, Nov 28, 2006 at 10:16:34PM +0100, Hannes Hauswedell wrote:
 > > >Can you please provide the patch as unified diff
 > >
 > > a udiff of the shar, or a udiff of the makefile ?
 >
 > diff -urN against the original port directory and the modified one,
 > for example: diff -urN kports.orig kports > patch
 >
 > Thanks!
 
 ok, here comes the new patch!
 
 tanks!
 
 --Boundary-00=_fCIcFLilBvfa0nJ
 Content-Type: text/x-diff;
   charset="iso-8859-1";
   name="patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="patch"
 
 diff -urN kports.old/Makefile kports/Makefile
 --- kports.old/Makefile	Mon Jul  3 10:39:53 2006
 +++ kports/Makefile	Sat Nov 25 16:10:44 2006
 @@ -1,12 +1,12 @@
  # New ports collection makefile for:	kports
  # Date created:				Thu Jan 12 12:47:58 UTC 2006
 -# Whom:					Hannes Hauswedell <hannes.hauswedell at gmail.com>
 +# Whom:				Hannes Hauswedell <hannes.hauswedell at gmail.com>
  #
 -# $FreeBSD: $
 +# $FreeBSD: ports/sysutils/kports/Makefile,v 1.2 2006/10/15 19:58:39 kris Exp $
  #
  
  PORTNAME=	kports
 -PORTVERSION=	0.6.0
 +PORTVERSION=	0.6.1
  CATEGORIES=	sysutils kde
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 @@ -17,17 +17,19 @@
  USE_BZIP2=	yes
  USE_GMAKE=	yes
  USE_KDELIBS_VER=3
 -USE_AUTOTOOLS=  libtool:15
 -
 -
 -post-install:
 -	@${CAT} ${PKGDIR}/pkg-message
 +USE_AUTOTOOLS=	libtool:15
 +PREFIX=		${KDE_PREFIX}
  
  RUN_DEPENDS+=	${PREFIX}/sbin/portupgrade:${PORTSDIR}/sysutils/portupgrade
 +RUN_DEPENDS+=	kdehier>=0:${PORTSDIR}/misc/kdehier
  
 -OPTIONS=        PORTAUDIT "Require Portaudit" on
 +OPTIONS=	PORTAUDIT "Require Portaudit" on
  
  .include <bsd.port.pre.mk>
 +
 +.if ${OSVERSION} < 500000
 +IGNORE=		doesn't compile properly on 4.x systems
 +.endif
  
  .if !defined(WITHOUT_PORTAUDIT)
  RUN_DEPENDS+=	${PREFIX}/sbin/portaudit:${PORTSDIR}/security/portaudit
 diff -urN kports.old/distinfo kports/distinfo
 --- kports.old/distinfo	Fri Jun 30 12:09:21 2006
 +++ kports/distinfo	Sat Nov 25 16:11:52 2006
 @@ -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
 diff -urN kports.old/pkg-descr kports/pkg-descr
 --- kports.old/pkg-descr	Fri Jun 30 12:14:14 2006
 +++ kports/pkg-descr	Mon Jul  3 16:11:50 2006
 @@ -1,10 +1,10 @@
 -KPorts is KDE-Frontend to the FreeBSD-Ports and in future also to the 
 -OpenBsd-Ports, PkgSrc and maybe others. 
 +KPorts is KDE-Frontend to the FreeBSD-Ports and in future also to the
 +OpenBsd-Ports, PkgSrc and maybe others.
  You can browse and search through your Portstree and perform actions
  like Upgrades, Installs, Uninstall a.s.o. More advanced features like
  setting Options and Vulnerability checking are also available. For a
  complete list, check the Homepage or the Changelog.
 -Functionality is KPorts' main goal, not simplification by reducing 
 +Functionality is KPorts' main goal, not simplification by reducing
  options; however KPorts should be rather easy to use.
  
  WWW: http://kports.sf.net
 diff -urN kports.old/pkg-message kports/pkg-message
 --- kports.old/pkg-message	Fri Jun 30 16:06:59 2006
 +++ kports/pkg-message	Thu Jan  1 00:00:00 1970
 @@ -1,13 +0,0 @@
 -==========================================================
 -	WARNING:
 -
 -	Portupgrade has an unfixed bug that prevents 
 -	KPorts from processing output correctly.
 -	Until the issue is solved, please go to 
 -
 -	http://kports.sf.net 
 -
 -	and download patched portupgrade files.
 -	
 -	Sorry for the inconvenience
 -=========================================================
 diff -urN kports.old/pkg-plist kports/pkg-plist
 --- kports.old/pkg-plist	Mon Jul  3 10:42:02 2006
 +++ kports/pkg-plist	Mon Jul  3 16:11:50 2006
 @@ -7,7 +7,6 @@
  share/doc/HTML/en/kports/index.docbook
  share/icons/hicolor/16x16/apps/kports.png
  share/icons/hicolor/32x32/apps/kports.png
 -share/doc/HTML/en/kports/common
 + at dirrm share/doc/HTML/en/kports/common
  @dirrm share/doc/HTML/en/kports
  @dirrm share/apps/kports
 -
 
 --Boundary-00=_fCIcFLilBvfa0nJ--



More information about the freebsd-ports-bugs mailing list