ports/153894: [patch] databases/postgresql84-server proper usage of @dirrmtry macro
Andrej Zverev
az at FreeBSD.org
Tue Jan 11 08:40:10 UTC 2011
>Number: 153894
>Category: ports
>Synopsis: [patch] databases/postgresql84-server proper usage of @dirrmtry macro
>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: Tue Jan 11 08:40:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Andrej Zverev
>Release:
>Organization:
>Environment:
>Description:
- Fix @dirrmtry since it already filter stderr and return true
>How-To-Repeat:
>Fix:
--- postgresql84-server.diff begins here ---
Index: postgresql84-server/pkg-plist-contrib
===================================================================
RCS file: /home/pcvs/ports/databases/postgresql84-server/pkg-plist-contrib,v
retrieving revision 1.10
diff -u -r1.10 pkg-plist-contrib
--- postgresql84-server/pkg-plist-contrib 19 Sep 2009 22:06:02 -0000 1.10
+++ postgresql84-server/pkg-plist-contrib 11 Jan 2011 08:20:48 -0000
@@ -113,9 +113,9 @@
share/postgresql/contrib/uninstall_test_parser.sql
share/postgresql/contrib/uninstall_tsearch2.sql
share/postgresql/tsearch_data/xsyn_sample.rules
- at dirrmtry share/postgresql/tsearch_data >&2
- at dirrmtry share/postgresql/contrib >&2
- at dirrmtry share/postgresql >&2
- at dirrmtry %%DOCSDIR%%/contrib >&2
- at dirrmtry %%DOCSDIR%% >&2
- at dirrmtry lib/postgresql >&2
+ at dirrmtry share/postgresql/tsearch_data
+ at dirrmtry share/postgresql/contrib
+ at dirrmtry share/postgresql
+ at dirrmtry %%DOCSDIR%%/contrib
+ at dirrmtry %%DOCSDIR%%
+ at dirrmtry lib/postgresql
--- postgresql84-server.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list