Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2012 06:57:10 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cm@therek.net
Subject:   ports/164044: [PATCH] finance/eqonomize-kde3: fix plist: %%DOCSDIR%%/common is a symlink
Message-ID:  <201201120657.q0C6vAqd087060@freefall.freebsd.org>
Resent-Message-ID: <201201120700.q0C70NkL087221@freefall.freebsd.org>

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

>Number:         164044
>Category:       ports
>Synopsis:       [PATCH] finance/eqonomize-kde3: fix plist: %%DOCSDIR%%/common is a symlink
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 12 07:00:23 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:
%%DOCSDIR%%/common is a symlink not a directory, si I changed the plist to reflect that, I also bumped the port revision as the plist has changed.

Port maintainer (cm@therek.net) is cc'd.

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

--- eqonomize-kde3-0.5.1_5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/finance/eqonomize-kde3/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	4 Dec 2010 07:31:37 -0000	1.14
+++ Makefile	12 Jan 2012 06:54:31 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	eqonomize
 PORTVERSION=	0.5.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	finance
 MASTER_SITES=	SF/${PORTNAME}/Eqonomize%21/${PORTVERSION}
 PKGNAMESUFFIX=	-kde3
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/finance/eqonomize-kde3/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	2 Mar 2009 14:27:15 -0000	1.2
+++ pkg-plist	12 Jan 2012 06:54:31 -0000
@@ -38,7 +38,7 @@
 share/locale/sk/LC_MESSAGES/eqonomize.mo
 share/locale/sv/LC_MESSAGES/eqonomize.mo
 share/mimelnk/application/x-eqonomize.desktop
-@dirrm %%DOCSDIR%%/common
+%%DOCSDIR%%/common
 @dirrm %%DOCSDIR%%
 @dirrm %%DATADIR%%
 @dirrmtry share/applications/kde
--- eqonomize-kde3-0.5.1_5.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?201201120657.q0C6vAqd087060>