Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2012 07:22:23 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kports@soulrebel.in-berlin.de
Subject:   ports/164047: [PATCH] ports-mgmt/kports: share/doc/HTML/en/kports/common is a symlink not a directory
Message-ID:  <201201120722.q0C7MNsk016176@freefall.freebsd.org>
Resent-Message-ID: <201201120730.q0C7UJeW032926@freefall.freebsd.org>

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

>Number:         164047
>Category:       ports
>Synopsis:       [PATCH] ports-mgmt/kports: share/doc/HTML/en/kports/common is a symlink not a directory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 12 07:30:19 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Baptiste Daroussin
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 10.0-CURRENT FreeBSD 10.0-CURRENT #8 r227964M: Thu Dec  1 23:52:49
>Description:
share/doc/HTML/en/kports/common is a symlink, not a directory change the plist to reflect this.

Port maintainer (kports@soulrebel.in-berlin.de) is cc'd.

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

--- kports-0.6.1_9.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/ports-mgmt/kports/Makefile,v
retrieving revision 1.17
diff -u -u -r1.17 Makefile
--- Makefile	25 Feb 2011 01:32:04 -0000	1.17
+++ Makefile	12 Jan 2012 07:21:28 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	kports
 PORTVERSION=	0.6.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	ports-mgmt kde
 MASTER_SITES=	SF
 
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/ports-mgmt/kports/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	3 Jul 2006 16:11:50 -0000	1.1
+++ pkg-plist	12 Jan 2012 07:21:28 -0000
@@ -7,6 +7,6 @@
 share/doc/HTML/en/kports/index.docbook
 share/icons/hicolor/16x16/apps/kports.png
 share/icons/hicolor/32x32/apps/kports.png
-@dirrm share/doc/HTML/en/kports/common
+share/doc/HTML/en/kports/common
 @dirrm share/doc/HTML/en/kports
 @dirrm share/apps/kports
--- kports-0.6.1_9.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?201201120722.q0C7MNsk016176>