Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2012 13:40:06 -0500
From:      "Bryan Drewery" <bryan@shatow.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/169980: [PATCH] databases/aolserver-nspostgres
Message-ID:  <20120718184018.423CE1065678@hub.freebsd.org>
Resent-Message-ID: <201207181850.q6IIo13s085334@freefall.freebsd.org>

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

>Number:         169980
>Category:       ports
>Synopsis:       [PATCH] databases/aolserver-nspostgres
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 18 18:50:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Bryan Drewery
>Release:        FreeBSD 8.3-RELEASE i386
>Organization:
>Environment:

	
>Description:
	- Take maintainership
	- Pet portlint
	- Fix build when package building by sticking to the bsd.databases.mk default postgres version
>How-To-Repeat:
	
>Fix:

	

--- patch-aolserver-nspostgres.txt begins here ---
diff -u /usr/ports/databases/aolserver-nspostgres.orig/Makefile ./Makefile
--- /usr/ports/databases/aolserver-nspostgres.orig/Makefile	2012-07-18 11:32:28.000000000 -0500
+++ ./Makefile	2012-07-18 11:39:48.000000000 -0500
@@ -8,25 +8,24 @@
 PORTNAME=	nspostgres
 PORTVERSION=	4.1
 PORTREVISION=	3
-DISTVERSIONSUFFIX=	-src
 CATEGORIES=	databases www
 MASTER_SITES=	SF/aolserver/${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	aolserver-
 DIST_SUBDIR=	aolserver
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bryan@shatow.net
 COMMENT=	Internal PostgreSQL driver for AOLserver
 
 LICENSE=	MPL
 
 WRKSRC=		${WRKDIR}/nspostgres-${PORTVERSION}
+DISTVERSIONSUFFIX=	-src
 
 AOLSERVERBASE?=	aolserver
 BUILD_DEPENDS+=	${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
 RUN_DEPENDS+=	${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
 
 USE_PGSQL=	yes
-DEFAULT_PGSQL_VER=	82
 USE_GMAKE=	yes
 
 MAKE_ARGS=	AOLSERVER="${LOCALBASE}/${AOLSERVERBASE}" \
--- patch-aolserver-nspostgres.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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