aboutsummaryrefslogtreecommitdiff
path: root/mail/archiveopteryx
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2014-03-10 19:50:53 +0000
committerMark Felder <feld@FreeBSD.org>2014-03-10 19:50:53 +0000
commit943ef4ed5ab4a1ba215aef94d1d975dcc15f6ede (patch)
treea588aae500881718337f26c4c1231a488bac10cc /mail/archiveopteryx
parentd601aec607df3230d8e38263ec5c89b832f4fb99 (diff)
downloadports-943ef4ed5ab4a1ba215aef94d1d975dcc15f6ede.tar.gz
ports-943ef4ed5ab4a1ba215aef94d1d975dcc15f6ede.zip
Upstream re-rolled and finally produced an official tarball.
Hopefully this means they can't re-roll again.
Notes
Notes: svn path=/head/; revision=347806
Diffstat (limited to 'mail/archiveopteryx')
-rw-r--r--mail/archiveopteryx/Makefile13
-rw-r--r--mail/archiveopteryx/distinfo4
-rw-r--r--mail/archiveopteryx/files/patch-schema__schema.pg17
3 files changed, 5 insertions, 29 deletions
diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile
index be467d0fd293..0e65b5ecaf5d 100644
--- a/mail/archiveopteryx/Makefile
+++ b/mail/archiveopteryx/Makefile
@@ -3,9 +3,9 @@
PORTNAME= archiveopteryx
PORTVERSION= 3.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
-MASTER_SITES= GH
+MASTER_SITES= http://archiveopteryx.org/download/
MAINTAINER= feld@FreeBSD.org
COMMENT= Advanced PostgreSQL-based IMAP/POP server
@@ -14,19 +14,12 @@ LICENSE= MIT
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
+USE_BZIP2= yes
USES= perl5
USE_PERL5= build
USE_PGSQL= yes
WANT_PGSQL_VER= 91+
-USE_GITHUB= yes
-GH_ACCOUNT= aox
-GH_PROJECT= aox
-GH_TAGNAME= v3.2.0
-GH_COMMIT= 2a5d127e
-
-WRKSRC= ${WRKDIR}/aox-aox-a55036e
-
PORTDOCS= COPYING README bsd.txt
SUB_FILES= pkg-message
diff --git a/mail/archiveopteryx/distinfo b/mail/archiveopteryx/distinfo
index 38bfe9804776..f1da1927974d 100644
--- a/mail/archiveopteryx/distinfo
+++ b/mail/archiveopteryx/distinfo
@@ -1,2 +1,2 @@
-SHA256 (archiveopteryx-3.2.0.tar.gz) = f5389375eb36fdac18e2a5aa2ed730bc26b826905d3d5bf6d352d5d55850e041
-SIZE (archiveopteryx-3.2.0.tar.gz) = 1672140
+SHA256 (archiveopteryx-3.2.0.tar.bz2) = 1d57ea42190bf252bf5a2109b1120f58333ea329217b6fb1497059141b7a1f44
+SIZE (archiveopteryx-3.2.0.tar.bz2) = 1322679
diff --git a/mail/archiveopteryx/files/patch-schema__schema.pg b/mail/archiveopteryx/files/patch-schema__schema.pg
deleted file mode 100644
index 1ec90c5b3395..000000000000
--- a/mail/archiveopteryx/files/patch-schema__schema.pg
+++ /dev/null
@@ -1,17 +0,0 @@
---- schema/schema.pg.orig 2014-02-21 03:52:31.000000000 -0600
-+++ schema/schema.pg 2014-03-09 18:57:22.297497936 -0500
-@@ -14,12 +14,12 @@
- -- Grant: select, update
- revision integer not null primary key
- );
--insert into mailstore (revision) values (95);
-+insert into mailstore (revision) values (97);
-
-
- -- One entry for each unique address we've encountered.
-
--create extension citext;
-+create extension if not exists citext;
- create table addresses (
- -- Grant: select, insert
- id serial primary key,