ports/153888: [patch] databases/postgresql90-server proper usage of @dirrmtry macro
Andrej Zverev
az at FreeBSD.org
Tue Jan 11 08:30:08 UTC 2011
>Number: 153888
>Category: ports
>Synopsis: [patch] databases/postgresql90-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:30:07 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:
--- postgresql90-server.diff begins here ---
Index: postgresql90-server/pkg-plist-contrib
===================================================================
RCS file: /home/pcvs/ports/databases/postgresql90-server/pkg-plist-contrib,v
retrieving revision 1.12
diff -u -r1.12 pkg-plist-contrib
--- postgresql90-server/pkg-plist-contrib 7 Oct 2010 06:58:10 -0000 1.12
+++ postgresql90-server/pkg-plist-contrib 11 Jan 2011 08:20:58 -0000
@@ -121,9 +121,9 @@
share/postgresql/contrib/uninstall_unaccent.sql
share/postgresql/tsearch_data/unaccent.rules
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
--- postgresql90-server.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list