View | Details | Raw Unified | Return to bug 52867
Collapse All | Expand All

(-)p5-postgresql-plperl/Makefile (+1 lines)
Lines 8-13 Link Here
8
PORTNAME=	postgresql-plperl
8
PORTNAME=	postgresql-plperl
9
CATEGORIES=	databases perl5
9
CATEGORIES=	databases perl5
10
PKGNAMEPREFIX=	p5-
10
PKGNAMEPREFIX=	p5-
11
PORTREVISION=	0
11
12
12
MAINTAINER=	girgen@pingpong.net
13
MAINTAINER=	girgen@pingpong.net
13
COMMENT=	A module for using Perl5 to write SQL functions
14
COMMENT=	A module for using Perl5 to write SQL functions
(-)postgresql-docs/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	postgresql
8
PORTNAME=	postgresql
9
PKGNAMESUFFIX=	-docs
9
PKGNAMESUFFIX=	-docs
10
PORTREVISION=	0
10
11
11
MAINTAINER=	girgen@pingpong.net
12
MAINTAINER=	girgen@pingpong.net
12
COMMENT=	The PostgreSQL documentation set
13
COMMENT=	The PostgreSQL documentation set
(-)postgresql-jdbc/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	postgresql-jdbc
8
PORTNAME=	postgresql-jdbc
9
CATEGORIES=	databases java
9
CATEGORIES=	databases java
10
PORTREVISION=	0
10
11
11
MAINTAINER=	girgen@pingpong.net
12
MAINTAINER=	girgen@pingpong.net
12
COMMENT=	The Java JDBC implementation for PostgreSQL
13
COMMENT=	The Java JDBC implementation for PostgreSQL
(-)postgresql-pltcl/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	postgresql-pltcl
8
PORTNAME=	postgresql-pltcl
9
CATEGORIES=	databases tcl83
9
CATEGORIES=	databases tcl83
10
PORTREVISION=	0
10
11
11
MAINTAINER=	girgen@pingpong.net
12
MAINTAINER=	girgen@pingpong.net
12
COMMENT=	A module for using Tcl to write SQL functions
13
COMMENT=	A module for using Tcl to write SQL functions
(-)postgresql-tcltk/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	postgresql-tcltk
8
PORTNAME=	postgresql-tcltk
9
CATEGORIES=	databases tcl83 tk83
9
CATEGORIES=	databases tcl83 tk83
10
PORTREVISION=	0
10
11
11
MAINTAINER=	girgen@pingpong.net
12
MAINTAINER=	girgen@pingpong.net
12
COMMENT=	An TCL interface to the database PostgreSQL, including a tk GUI
13
COMMENT=	An TCL interface to the database PostgreSQL, including a tk GUI
(-)postgresql-devel/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME?=	postgresql
8
PORTNAME?=	postgresql
9
PORTVERSION?=	7.4.2003.05.08
9
PORTVERSION?=	7.4.2003.05.08
10
PORTREVISION?=	0
10
CATEGORIES?=	databases
11
CATEGORIES?=	databases
11
MASTER_SITES=	http://freebsd.sean.chittenden.org/ports/ \
12
MASTER_SITES=	http://freebsd.sean.chittenden.org/ports/ \
12
		http://people.freebsd.org/~seanc/ports/
13
		http://people.freebsd.org/~seanc/ports/
(-)postgresql7/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME?=	postgresql
8
PORTNAME?=	postgresql
9
PORTVERSION?=	7.3.3
9
PORTVERSION?=	7.3.3
10
PORTREVISION?=	0
10
CATEGORIES?=	databases
11
CATEGORIES?=	databases
11
MASTER_SITES=	ftp://ftp3.us.postgresql.org/pub/postgresql/%SUBDIR%/ \
12
MASTER_SITES=	ftp://ftp3.us.postgresql.org/pub/postgresql/%SUBDIR%/ \
12
		ftp://ftp5.us.postgresql.org/pub/PostgreSQL/%SUBDIR%/ \
13
		ftp://ftp5.us.postgresql.org/pub/PostgreSQL/%SUBDIR%/ \

Return to bug 52867