diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-18 23:09:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-18 23:09:07 +0000 |
commit | 2ed39f40cb41cc6764c2c921693386154414cc88 (patch) | |
tree | ad7c39da51b49efe798d391589a3e0dbdee5aa47 /databases/couchdb | |
parent | 8f0494917658b439b8e8ecae0f6b71c1defa141f (diff) |
Notes
Diffstat (limited to 'databases/couchdb')
-rw-r--r-- | databases/couchdb/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile index bf82fb80e0f0..a1cbe065b29e 100644 --- a/databases/couchdb/Makefile +++ b/databases/couchdb/Makefile @@ -1,14 +1,10 @@ -# Ports collection makefile for: couchdb -# Date created: 17 Nov 2007 -# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org> -# +# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org> # $FreeBSD$ -# PORTNAME= couchdb PORTVERSION= 1.2.0 PORTEPOCH= 1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= couchdb/releases/${PORTVERSION} |