From 943ef4ed5ab4a1ba215aef94d1d975dcc15f6ede Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Mon, 10 Mar 2014 19:50:53 +0000 Subject: Upstream re-rolled and finally produced an official tarball. Hopefully this means they can't re-roll again. --- mail/archiveopteryx/Makefile | 13 +++---------- mail/archiveopteryx/distinfo | 4 ++-- mail/archiveopteryx/files/patch-schema__schema.pg | 17 ----------------- 3 files changed, 5 insertions(+), 29 deletions(-) delete mode 100644 mail/archiveopteryx/files/patch-schema__schema.pg (limited to 'mail/archiveopteryx') 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, -- cgit v1.2.3