diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-02 04:04:39 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-02 04:04:39 +0000 |
commit | 56eeb6e4e992e2b291bbe30f9ce679ec4ccf7a6b (patch) | |
tree | 2c247ebd3c6c01bbdb87629b2fb48a772ba9e5c5 /databases/postgresql-devel/Makefile | |
parent | 378a39be06fc6da41819b6d656efc4ede999f32e (diff) | |
download | ports-56eeb6e4e992e2b291bbe30f9ce679ec4ccf7a6b.tar.gz ports-56eeb6e4e992e2b291bbe30f9ce679ec4ccf7a6b.zip |
Update PostgreSQL to 7.3.1. Fix spac64[1].
PR: ports/46666
Submitted by: [1] "Roderick van Domburg" <r.s.a.vandomburg@student.utwente.nl>
Obtained from: [1] PostgreSQL repo
Notes
Notes:
svn path=/head/; revision=72132
Diffstat (limited to 'databases/postgresql-devel/Makefile')
-rw-r--r-- | databases/postgresql-devel/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile index 500feaa0f0c6..8efe56bd052a 100644 --- a/databases/postgresql-devel/Makefile +++ b/databases/postgresql-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= postgresql -PORTVERSION?= 7.3 +PORTVERSION?= 7.3.1 PKGNAMESUFFIX= -devel CATEGORIES?= databases MASTER_SITES= ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/%SUBDIR%/ \ @@ -23,14 +23,14 @@ MASTER_SITES= ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/%SUBDIR%/ \ ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/%SUBDIR%/ \ ftp://ftp.us.postgresql.org/%SUBDIR%/ \ ftp://ftp.postgresql.org/pub/%SUBDIR%/ -MASTER_SITE_SUBDIR= source/v7.3 -DISTFILES= postgresql-base-7.3${EXTRACT_SUFX} \ - postgresql-opt-7.3${EXTRACT_SUFX} \ - postgresql-test-7.3${EXTRACT_SUFX} +MASTER_SITE_SUBDIR= source/v${PORTVERSION} +DISTFILES= postgresql-base-${PORTVERSION}${EXTRACT_SUFX} \ + postgresql-opt-${PORTVERSION}${EXTRACT_SUFX} \ + postgresql-test-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER?= seanc@FreeBSD.org -WRKSRC= ${WRKDIR}/postgresql-7.3 +WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} DIST_SUBDIR= postgresql USE_GMAKE= YES |