Summary: | [PATCH] databases/aolserver-nspostgres | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Bryan Drewery <bryan> | ||||
Component: | Individual Port(s) | Assignee: | Niclas Zeising <zeising> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Bryan Drewery
2012-07-18 19:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->zeising I'll take it. 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 To fix a portlint warning. Bryan 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" State Changed From-To: open->closed Committed, with minor changes. Thanks! |