mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
- change default PostgreSQL version to 8.2
- fix PORTNAME/PKGNAMEPREFIX/DISTFILES - bump PORTREVISION Approved by: garga (mentor)
This commit is contained in:
parent
2576698578
commit
e3400bfed8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194298
@ -5,12 +5,13 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= aolserver-nspostgres
|
||||
PORTNAME= nspostgres
|
||||
PORTVERSION= 4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= aolserver
|
||||
DISTFILES= nspostgres-${PORTVERSION}.tar.gz
|
||||
PKGNAMEPREFIX= aolserver-
|
||||
DIST_SUBDIR= aolserver
|
||||
|
||||
MAINTAINER= mm@FreeBSD.org
|
||||
@ -24,6 +25,7 @@ RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///}
|
||||
|
||||
USE_PGSQL= yes
|
||||
DEFAULT_PGSQL_VER= 82
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAKE_ARGS= AOLSERVER=${AOLSERVERBASE} POSTGRES=${LOCALBASE} ACS=1
|
||||
|
Loading…
Reference in New Issue
Block a user