Date: Tue, 18 Nov 2003 04:46:32 +0100 (CET) From: Palle Girgensohn <girgen@pingpong.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59393: [MAINTAINER] databases/p5-postgresql-plperl: update to 7.4 Message-ID: <200311180346.hAI3kWAc037334@palle.girgensohn.se> Resent-Message-ID: <200311180350.hAI3oKsJ081957@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 59393 >Category: ports >Synopsis: [MAINTAINER] databases/p5-postgresql-plperl: update to 7.4 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 17 19:50:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.9-RELEASE i386 >Organization: Ping Pong AB >Environment: System: FreeBSD palle.girgensohn.se 4.9-RELEASE FreeBSD 4.9-RELEASE #6: Tue Nov 4 22:56:29 CET >Description: - Go back to using .include instead of cd xx && make -V, it is simpler after all - Update postgresql to 7.4, so reset PORTREVISION Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- p5-postgresql-plperl-7.4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/p5-postgresql-plperl/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 4 Sep 2003 12:47:47 -0000 1.8 +++ Makefile 18 Nov 2003 03:41:47 -0000 @@ -4,29 +4,22 @@ # # $FreeBSD: ports/databases/p5-postgresql-plperl/Makefile,v 1.8 2003/09/04 12:47:47 osa Exp $ # -POSTGRESQL_PORT?= databases/postgresql7 -PORTNAME= postgresql -PORTVERSION!= cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V PORTVERSION -PORTREVISION?= 1 +PORTREVISION= 0 CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR!= cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V MASTER_SITE_SUBDIR PKGNAMEPREFIX= p5- PKGNAMESUFFIX= -plperl -DISTFILES!= cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V DISTFILES -DIST_SUBDIR= postgresql MAINTAINER= girgen@pingpong.net COMMENT= A module for using Perl5 to write SQL functions -RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} +POSTGRESQL_PORT?= databases/postgresql7 +POSTGRESQL_SUBPORT=YES +.include "../../${POSTGRESQL_PORT}/Makefile" -MD5_FILE= ${.CURDIR}/../../${POSTGRESQL_PORT}/distinfo +RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} -USE_GMAKE= yes USE_PERL5= yes -GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-perl MAKE_ARGS+= -C src/pl/plperl --- p5-postgresql-plperl-7.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311180346.hAI3kWAc037334>