[csw-devel] SF.net SVN: gar:[20601] csw/mgar/pkg/postgresql/branches/postgresql-8.3
guengel at users.sourceforge.net
guengel at users.sourceforge.net
Sat Apr 6 09:41:15 CEST 2013
Revision: 20601
http://gar.svn.sourceforge.net/gar/?rev=20601&view=rev
Author: guengel
Date: 2013-04-06 07:41:15 +0000 (Sat, 06 Apr 2013)
Log Message:
-----------
postgresql/branches/postgresql-8.3: Fixed man page renaming.
Modified Paths:
--------------
csw/mgar/pkg/postgresql/branches/postgresql-8.3/Makefile
csw/mgar/pkg/postgresql/branches/postgresql-8.3/files/changelog.CSW
Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.3/Makefile
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-8.3/Makefile 2013-04-06 06:15:55 UTC (rev 20600)
+++ csw/mgar/pkg/postgresql/branches/postgresql-8.3/Makefile 2013-04-06 07:41:15 UTC (rev 20601)
@@ -499,15 +499,12 @@
for f in $(PKGROOT)$(datadir)/man/man$$i/* ; do \
suffix="`echo $$f | awk 'BEGIN { FS="." } { print $$NF }'`" ; \
f_no_suffix="`echo $$f | sed -e "s/\.$${suffix}$$//"`" ; \
- dont_move=0 ; \
- for d in $(BIN_NAMES_DEVEL) ; do \
- bname="`basename $${f_no_suffix}`" ; \
- if test "$${bname}" = "$$d" ; then \
- dont_move=1 ; \
- break ; \
- fi ; \
- done ; \
- test $${dont_move} -eq 0 && mv $$f $${f_no_suffix}-$(BASE_VERSION_NODOT).$${suffix} ; \
+ bname="`basename $${f_no_suffix}`" ; \
+ if echo $${bname} | ggrep -- '-$(BASE_VERSION_NODOT)$$' >/dev/null 2>&1 ; then \
+ : ; \
+ else \
+ mv $$f $${f_no_suffix}-$(BASE_VERSION_NODOT).$${suffix} ; \
+ fi ; \
done ;\
done
# Change path names in documentation
Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.3/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-8.3/files/changelog.CSW 2013-04-06 06:15:55 UTC (rev 20600)
+++ csw/mgar/pkg/postgresql/branches/postgresql-8.3/files/changelog.CSW 2013-04-06 07:41:15 UTC (rev 20601)
@@ -1,9 +1,10 @@
-postgresql83 (8.3.23,REV=2013.04.05)
+postgresql83 (8.3.23,REV=2013.04.06)
* New upstream release 8.3.22.
-- Rafael Ostertag <raos at opencsw.org> Fri, 05 Apr 2013 09:24:10 +0200
+
postgresql83 (8.3.22,REV=2012.12.09)
* New upstream release 8.3.22.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list