diff options
author | joerg <joerg@pkgsrc.org> | 2014-06-10 14:21:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-06-10 14:21:37 +0000 |
commit | e92c815de0243762a0b29b3bfa01ec780399f4cc (patch) | |
tree | b371c6a49b046814a110c96ac526d488456dc1a6 /www/aipo | |
parent | bc580de8c5d3ca2fd8eb0a6411c04dab1f2504bd (diff) | |
download | pkgsrc-e92c815de0243762a0b29b3bfa01ec780399f4cc.tar.gz |
Bump PostgreSQL default version to 9.3.
Diffstat (limited to 'www/aipo')
-rw-r--r-- | www/aipo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/aipo/Makefile b/www/aipo/Makefile index aa9debc4bc5..3c2a9edc891 100644 --- a/www/aipo/Makefile +++ b/www/aipo/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2013/03/04 21:57:21 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/06/10 14:21:37 joerg Exp $ # DISTNAME= aipo${VERSION:S/.//g}0ja_linux32 VERSION= 7.0.2 PKGNAME= aipo-${VERSION} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://aipo.googlecode.com/files/ |