Fix LATEST_LINK and some cleanup
This commit is contained in:
parent
eb6d37560f
commit
fd63fcc98e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330639
@ -3,8 +3,7 @@
|
||||
|
||||
PORTNAME= postgresql
|
||||
CATEGORIES= databases perl5
|
||||
PKGNAMESUFFIX?= ${DISTV:S/.//}-plperl
|
||||
DISTV= ${DISTVERSION:R}
|
||||
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
|
||||
|
||||
MAINTAINER= pgsql@FreeBSD.org
|
||||
COMMENT= Write SQL functions for PostgreSQL using Perl5
|
||||
|
@ -2,8 +2,7 @@
|
||||
|
||||
PORTNAME= postgresql
|
||||
CATEGORIES= databases python
|
||||
PKGNAMESUFFIX?= ${DISTV:S/.//}-plpython
|
||||
DISTV= ${DISTVERSION:R}
|
||||
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
|
||||
|
||||
MAINTAINER= pgsql@FreeBSD.org
|
||||
COMMENT= Module for using Python to write SQL functions
|
||||
|
@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= databases tcl
|
||||
PKGNAMESUFFIX?= ${DISTV:S/.//}-pltcl
|
||||
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
|
||||
|
||||
MAINTAINER= pgsql@FreeBSD.org
|
||||
COMMENT= Module for using Tcl to write SQL functions
|
||||
|
@ -4,4 +4,4 @@
|
||||
WANT_PGSQL_VER= 92
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../postgresql90-pltcl/Makefile"
|
||||
.include "${.CURDIR}/../postgresql91-pltcl/Makefile"
|
||||
|
@ -4,4 +4,4 @@
|
||||
WANT_PGSQL_VER= 93
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../postgresql90-pltcl/Makefile"
|
||||
.include "${.CURDIR}/../postgresql91-pltcl/Makefile"
|
||||
|
Loading…
Reference in New Issue
Block a user