Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2003 17:19:34 +0200 (CEST)
From:      Palle Girgensohn <girgen@pingpong.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52867: postgresql slave ports, reduce unnecessary portrevision bumps
Message-ID:  <200306021519.h52FJYT9040640@rambutan.pingpong.net>
Resent-Message-ID: <200306021520.h52FKDnU065424@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         52867
>Category:       ports
>Synopsis:       postgresql slave ports, reduce unnecessary portrevision bumps
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 02 08:20:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Ping Pong
>Environment:
System: FreeBSD rambutan.pingpong.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 3 02:51:10 CEST 2003 girgen@banan.pingpong.net:/misc/obj/cluster1/src/sys/WORKSTATION i386


	
>Description:

If there would arise a need to bump portrevision for
databases/postgresql7, there is usually no reason to also bump revision
for slave ports. This patch fixes this.

>How-To-Repeat:
	
>Fix:

	


Index: p5-postgresql-plperl/Makefile
===================================================================
RCS file: /misc/ncvs/ports/databases/p5-postgresql-plperl/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- p5-postgresql-plperl/Makefile	7 Mar 2003 05:58:29 -0000	1.6
+++ p5-postgresql-plperl/Makefile	2 Jun 2003 14:55:02 -0000
@@ -8,6 +8,7 @@
 PORTNAME=	postgresql-plperl
 CATEGORIES=	databases perl5
 PKGNAMEPREFIX=	p5-
+PORTREVISION=	0
 
 MAINTAINER=	girgen@pingpong.net
 COMMENT=	A module for using Perl5 to write SQL functions
Index: postgresql-docs/Makefile
===================================================================
RCS file: /misc/ncvs/ports/databases/postgresql-docs/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- postgresql-docs/Makefile	5 Apr 2003 04:48:16 -0000	1.6
+++ postgresql-docs/Makefile	2 Jun 2003 14:55:22 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	postgresql
 PKGNAMESUFFIX=	-docs
+PORTREVISION=	0
 
 MAINTAINER=	girgen@pingpong.net
 COMMENT=	The PostgreSQL documentation set
Index: postgresql-jdbc/Makefile
===================================================================
RCS file: /misc/ncvs/ports/databases/postgresql-jdbc/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- postgresql-jdbc/Makefile	2 Jun 2003 01:44:03 -0000	1.6
+++ postgresql-jdbc/Makefile	2 Jun 2003 14:55:40 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	postgresql-jdbc
 CATEGORIES=	databases java
+PORTREVISION=	0
 
 MAINTAINER=	girgen@pingpong.net
 COMMENT=	The Java JDBC implementation for PostgreSQL
Index: postgresql-pltcl/Makefile
===================================================================
RCS file: /misc/ncvs/ports/databases/postgresql-pltcl/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- postgresql-pltcl/Makefile	7 Mar 2003 05:58:30 -0000	1.6
+++ postgresql-pltcl/Makefile	2 Jun 2003 14:56:01 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	postgresql-pltcl
 CATEGORIES=	databases tcl83
+PORTREVISION=	0
 
 MAINTAINER=	girgen@pingpong.net
 COMMENT=	A module for using Tcl to write SQL functions
Index: postgresql-tcltk/Makefile
===================================================================
RCS file: /misc/ncvs/ports/databases/postgresql-tcltk/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- postgresql-tcltk/Makefile	7 Mar 2003 05:58:30 -0000	1.5
+++ postgresql-tcltk/Makefile	2 Jun 2003 14:56:23 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	postgresql-tcltk
 CATEGORIES=	databases tcl83 tk83
+PORTREVISION=	0
 
 MAINTAINER=	girgen@pingpong.net
 COMMENT=	An TCL interface to the database PostgreSQL, including a tk GUI
Index: postgresql-devel/Makefile
===================================================================
RCS file: /misc/ncvs/ports/databases/postgresql-devel/Makefile,v
retrieving revision 1.117
diff -u -u -r1.117 Makefile
--- postgresql-devel/Makefile	20 May 2003 01:29:05 -0000	1.117
+++ postgresql-devel/Makefile	2 Jun 2003 14:59:16 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME?=	postgresql
 PORTVERSION?=	7.4.2003.05.08
+PORTREVISION?=	0
 CATEGORIES?=	databases
 MASTER_SITES=	http://freebsd.sean.chittenden.org/ports/ \
 		http://people.freebsd.org/~seanc/ports/
Index: postgresql7/Makefile
===================================================================
RCS file: /misc/ncvs/ports/databases/postgresql7/Makefile,v
retrieving revision 1.108
diff -u -u -r1.108 Makefile
--- postgresql7/Makefile	2 Jun 2003 01:44:03 -0000	1.108
+++ postgresql7/Makefile	2 Jun 2003 14:58:41 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME?=	postgresql
 PORTVERSION?=	7.3.3
+PORTREVISION?=	0
 CATEGORIES?=	databases
 MASTER_SITES=	ftp://ftp3.us.postgresql.org/pub/postgresql/%SUBDIR%/ \
 		ftp://ftp5.us.postgresql.org/pub/PostgreSQL/%SUBDIR%/ \
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306021519.h52FJYT9040640>