[Midnightbsd-cvs] mports: Makefile: Update to the new default postgres version.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 6 15:05:56 EDT 2008


Log Message:
-----------
Update to the new default postgres version.

Modified Files:
--------------
    mports/databases/postgresql-docs:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/databases/postgresql-docs/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L databases/postgresql-docs/Makefile -L databases/postgresql-docs/Makefile -u -r1.2 -r1.3
--- databases/postgresql-docs/Makefile
+++ databases/postgresql-docs/Makefile
@@ -15,7 +15,7 @@
 
 MASTERDIR=	${.CURDIR}/../postgresql${PGSQL_VER}-server
 
-DEFAULT_PGSQL_VER?=81
+DEFAULT_PGSQL_VER?=82
 
 # can't include <bsd.port.pre.mk> in a slave port
 # so set these instead:
@@ -29,7 +29,7 @@
 PGSQL_VER=	${DEFAULT_PGSQL_VER}
 .endif
 
-DISTFILES=	postgresql-docs-${PORTVERSION}${EXTRACT_SUFX}
+#DISTFILES=	postgresql-docs-${PORTVERSION}${EXTRACT_SUFX}
 NO_BUILD=	YES
 SLAVE_ONLY=	YES
 PATCHDIR=	mustnotexist


More information about the Midnightbsd-cvs mailing list