ports/153895: [patch] databases/postgresql83-server proper usage of @dirrmtry macro

Andrej Zverev az at FreeBSD.org
Tue Jan 11 09:00:20 UTC 2011


>Number:         153895
>Category:       ports
>Synopsis:       [patch] databases/postgresql83-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 09:00:19 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:

	

--- postgresql83-server.diff begins here ---
Index: postgresql83-server/pkg-plist-contrib
===================================================================
RCS file: /home/pcvs/ports/databases/postgresql83-server/pkg-plist-contrib,v
retrieving revision 1.8
diff -u -r1.8 pkg-plist-contrib
--- postgresql83-server/pkg-plist-contrib	22 Jan 2008 14:08:48 -0000	1.8
+++ postgresql83-server/pkg-plist-contrib	11 Jan 2011 08:54:26 -0000
@@ -101,9 +101,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
--- postgresql83-server.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list