Bug 169980 - [PATCH] databases/aolserver-nspostgres
Summary: [PATCH] databases/aolserver-nspostgres
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Niclas Zeising
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-18 19:50 UTC by Bryan Drewery
Modified: 2012-07-30 16:40 UTC (History)
0 users

See Also:


Attachments
patch-aolserver-nspostgres.txt (961 bytes, patch)
2012-07-18 19:50 UTC, Bryan Drewery
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Drewery 2012-07-18 19:50:00 UTC
	- Take maintainership
	- Pet portlint
	- Fix build when package building by sticking to the bsd.databases.mk default postgres version
Comment 1 Niclas Zeising freebsd_committer freebsd_triage 2012-07-18 22:04:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zeising

I'll take it.
Comment 2 Niclas Zeising freebsd_committer freebsd_triage 2012-07-20 17:09:11 UTC
Hi!
Any particular reason you moved DISTVERSIONSUFFIX? It seems like 
somewhat needless churn, and it is perhaps more logical to have it in 
connection with the rest of the distfile informations.  Is it ok if I 
leave it where it is now?
Regards!
-- 
Niclas Zeising
Comment 3 Bryan Drewery 2012-07-20 17:11:17 UTC
To fix a portlint warning.

Bryan
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-07-30 16:30:45 UTC
Author: zeising
Date: Mon Jul 30 15:30:35 2012
New Revision: 301719
URL: http://svn.freebsd.org/changeset/ports/301719

Log:
  Fix package building.
  Pass maintanership to submitter
  
  PR:		ports/169980 (minor modifications)
  Submitted by:	Bryan Drewery <bryan@shatow.net>

Modified:
  head/databases/aolserver-nspostgres/Makefile

Modified: head/databases/aolserver-nspostgres/Makefile
==============================================================================
--- head/databases/aolserver-nspostgres/Makefile	Mon Jul 30 14:39:58 2012	(r301718)
+++ head/databases/aolserver-nspostgres/Makefile	Mon Jul 30 15:30:35 2012	(r301719)
@@ -14,7 +14,7 @@ MASTER_SITES=	SF/aolserver/${PORTNAME}/$
 PKGNAMEPREFIX=	aolserver-
 DIST_SUBDIR=	aolserver
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bryan@shatow.net
 COMMENT=	Internal PostgreSQL driver for AOLserver
 
 LICENSE=	MPL
@@ -26,8 +26,8 @@ BUILD_DEPENDS+=	${LOCALBASE}/${AOLSERVER
 RUN_DEPENDS+=	${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
 
 USE_PGSQL=	yes
-DEFAULT_PGSQL_VER=	82
 USE_GMAKE=	yes
+USE_LDCONFIG=	yes
 
 MAKE_ARGS=	AOLSERVER="${LOCALBASE}/${AOLSERVERBASE}" \
 		PG_CONFIG="${LOCALBASE}/bin/pg_config" \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Niclas Zeising freebsd_committer freebsd_triage 2012-07-30 16:38:57 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!