[Midnightbsd-cvs] mports: databases/postgresql82-server: update to 8.2.7

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 30 19:17:12 EDT 2008


Log Message:
-----------
update to 8.2.7

Modified Files:
--------------
    mports/databases/postgresql82-server:
        Makefile (r1.1 -> r1.2)
        distinfo (r1.1 -> r1.2)
        pkg-plist-server (r1.1 -> r1.2)

Added Files:
-----------
    mports/databases/postgresql82-server/files:
        patch-doc-Makefile (r1.1)

-------------- next part --------------
Index: pkg-plist-server
===================================================================
RCS file: /home/cvs/mports/databases/postgresql82-server/pkg-plist-server,v
retrieving revision 1.1
retrieving revision 1.2
diff -L databases/postgresql82-server/pkg-plist-server -L databases/postgresql82-server/pkg-plist-server -u -r1.1 -r1.2
--- databases/postgresql82-server/pkg-plist-server
+++ databases/postgresql82-server/pkg-plist-server
@@ -253,6 +253,7 @@
 share/postgresql/timezone/America/Indiana/Knox
 share/postgresql/timezone/America/Indiana/Marengo
 share/postgresql/timezone/America/Indiana/Petersburg
+share/postgresql/timezone/America/Indiana/Tell_City
 share/postgresql/timezone/America/Indiana/Vevay
 share/postgresql/timezone/America/Indiana/Vincennes
 share/postgresql/timezone/America/Indiana/Winamac
@@ -272,6 +273,7 @@
 share/postgresql/timezone/America/Maceio
 share/postgresql/timezone/America/Managua
 share/postgresql/timezone/America/Manaus
+share/postgresql/timezone/America/Marigot
 share/postgresql/timezone/America/Martinique
 share/postgresql/timezone/America/Mazatlan
 share/postgresql/timezone/America/Mendoza
@@ -312,6 +314,7 @@
 share/postgresql/timezone/America/Sao_Paulo
 share/postgresql/timezone/America/Scoresbysund
 share/postgresql/timezone/America/Shiprock
+share/postgresql/timezone/America/St_Barthelemy
 share/postgresql/timezone/America/St_Johns
 share/postgresql/timezone/America/St_Kitts
 share/postgresql/timezone/America/St_Lucia
@@ -723,16 +726,16 @@
 @dirrm share/postgresql/timezone/US
 @dirrm share/postgresql/timezone
 @dirrm share/postgresql/timezonesets
- at unexec if cmp -s %D/pgsql/.profile %D/share/postgresql/dot.profile.dist; then rm -f ~pgsql/.profile; fi
- at unexec if cmp -s %D/pgsql/.cshrc %D/share/postgresql/dot.cshrc.dist; then rm -f ~pgsql/.cshrc; fi
- at unexec [ -f %D/pgsql/dot.profile.dist ] && rm %D/pgsql/dot.profile.dist
- at unexec [ -f %D/pgsql/dot.cshrc.dist ] && rm %D/pgsql/dot.cshrc.dist
+ at unexec if cmp -s ~pgsql/.profile %D/share/postgresql/dot.profile.dist; then rm -f ~pgsql/.profile; fi
+ at unexec if cmp -s ~pgsql/.cshrc %D/share/postgresql/dot.cshrc.dist; then rm -f ~pgsql/.cshrc; fi
+ at unexec [ -f ~pgsql/dot.profile.dist ] && rm ~pgsql/dot.profile.dist
+ at unexec [ -f ~pgsql/dot.cshrc.dist ] && rm ~pgsql/dot.cshrc.dist
 share/postgresql/dot.profile.dist
 share/postgresql/dot.cshrc.dist
- at exec [ -f %D/share/postgresql/dot.profile.dist ] && cp %D/share/postgresql/dot.profile.dist %D/pgsql/.
- at exec [ -f %D/share/postgresql/dot.cshrc.dist ] && cp %D/share/postgresql/dot.cshrc.dist %D/pgsql/.
- at exec [ -f %D/pgsql/.profile ] || (cp %D/share/postgresql/dot.profile.dist %D/pgsql/.profile && chown pgsql:pgsql %D/pgsql/.profile)
- at exec [ -f %D/pgsql/.cshrc ] || (cp %D/share/postgresql/dot.cshrc.dist %D/pgsql/.cshrc && chown pgsql:pgsql %D/pgsql/.cshrc)
+ at exec [ -f %D/share/postgresql/dot.profile.dist ] && cp %D/share/postgresql/dot.profile.dist ~pgsql/.
+ at exec [ -f %D/share/postgresql/dot.cshrc.dist ] && cp %D/share/postgresql/dot.cshrc.dist ~pgsql/.
+ at exec [ -f ~pgsql/.profile ] || (cp %D/share/postgresql/dot.profile.dist ~pgsql/.profile && chown pgsql:pgsql ~pgsql/.profile)
+ at exec [ -f ~pgsql/.cshrc ] || (cp %D/share/postgresql/dot.cshrc.dist ~pgsql/.cshrc && chown pgsql:pgsql ~pgsql/.cshrc)
 @unexec echo "Warning: If you will *NOT* use this package anymore, please remove the pgsql user manually."
 @dirrmtry share/postgresql
 @dirrmtry etc/periodic/daily
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/databases/postgresql82-server/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L databases/postgresql82-server/Makefile -L databases/postgresql82-server/Makefile -u -r1.1 -r1.2
--- databases/postgresql82-server/Makefile
+++ databases/postgresql82-server/Makefile
@@ -6,13 +6,12 @@
 #
 
 PORTNAME?=	postgresql
-PORTVERSION?=	8.2.4
+PORTVERSION?=	8.2.7
 CATEGORIES?=	databases
 MASTER_SITES=	${MASTER_SITE_PGSQL}
 MASTER_SITE_SUBDIR=	source/v${PORTVERSION}
 PKGNAMESUFFIX?=	-server
-DISTFILES?=	postgresql-base-${PORTVERSION}${EXTRACT_SUFX} \
-		postgresql-opt-${PORTVERSION}${EXTRACT_SUFX}
+DISTFILES?=	postgresql-${PORTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER?=	ports at MidnightBSD.org
 COMMENT?=	The most advanced open-source database available anywhere
@@ -103,7 +102,7 @@
 # .  endif
 
 # .  if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum)
-# USE_AUTOTOOLS=	autoconf:259
+# USE_AUTOTOOLS=	autoconf:261
 # CONFIGURE_ARGS+=--with-icu
 # LIB_DEPENDS=	icudata:${PORTSDIR}/devel/icu
 # PATCH_SITES+=	http://people.freebsd.org/~girgen/postgresql-icu/:icu
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/databases/postgresql82-server/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L databases/postgresql82-server/distinfo -L databases/postgresql82-server/distinfo -u -r1.1 -r1.2
--- databases/postgresql82-server/distinfo
+++ databases/postgresql82-server/distinfo
@@ -1,12 +1,3 @@
-MD5 (postgresql/postgresql-base-8.2.4.tar.bz2) = 5c0576627c9969a3cedb6b014fb6ae05
-SHA256 (postgresql/postgresql-base-8.2.4.tar.bz2) = 8ee5ad364ee21079ce3d726b4abcfa0f318015a331e37e9856a3500fcce74cca
-SIZE (postgresql/postgresql-base-8.2.4.tar.bz2) = 8549159
-MD5 (postgresql/postgresql-opt-8.2.4.tar.bz2) = b71b0526e7c8af22d82fbc7b6f81a750
-SHA256 (postgresql/postgresql-opt-8.2.4.tar.bz2) = 5977ca1f0913aa98bc889e49b38768621865959b14e2674e7716d44b7fe9eb35
-SIZE (postgresql/postgresql-opt-8.2.4.tar.bz2) = 167612
-MD5 (postgresql/postgresql-docs-8.2.4.tar.bz2) = 7d520a0fc88c8b59338c25cf18331f6a
-SHA256 (postgresql/postgresql-docs-8.2.4.tar.bz2) = 2bb5bea974a68f562e40104d756ea87dbd831cf8fbd4bb54faca38f23c87de4c
-SIZE (postgresql/postgresql-docs-8.2.4.tar.bz2) = 2769630
-MD5 (postgresql/postgresql-test-8.2.4.tar.bz2) = 0fefe28b8c9d16ebdf6f05c366477a9d
-SHA256 (postgresql/postgresql-test-8.2.4.tar.bz2) = fc4471ecece04251289cfe7feb0acbafa3a18cf8f35c2d61ce3f68bd4394e504
-SIZE (postgresql/postgresql-test-8.2.4.tar.bz2) = 985819
+MD5 (postgresql/postgresql-8.2.7.tar.bz2) = e8b21cbc20ec23a1d9490fdfbaa7c09e
+SHA256 (postgresql/postgresql-8.2.7.tar.bz2) = 39528d1ba50f5abc51569e8b9bdeb47d0d4650d289a2c2e465621864b1ff3584
+SIZE (postgresql/postgresql-8.2.7.tar.bz2) = 12576126
--- /dev/null
+++ databases/postgresql82-server/files/patch-doc-Makefile
@@ -0,0 +1,11 @@
+--- doc/Makefile~	2005-12-09 22:19:34.000000000 +0100
++++ doc/Makefile	2008-01-07 12:00:13.000000000 +0100
+@@ -27,7 +27,7 @@
+ 
+ ifneq ($(wildcard $(srcdir)/postgres.tar.gz),)
+ ifneq (,$(docdir))
+-found_html := yes
++#found_html := yes
+ endif
+ endif
+ 


More information about the Midnightbsd-cvs mailing list