diff options
author | feld <feld@FreeBSD.org> | 2014-03-11 03:50:53 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-03-11 03:50:53 +0800 |
commit | 33a0125b4b821c186579128ee69e5b17ec3019db (patch) | |
tree | a588aae500881718337f26c4c1231a488bac10cc | |
parent | 8669d1c0e472d04ef68307a12eb4d3bb7047e27d (diff) | |
download | freebsd-ports-gnome-33a0125b4b821c186579128ee69e5b17ec3019db.tar.gz freebsd-ports-gnome-33a0125b4b821c186579128ee69e5b17ec3019db.tar.zst freebsd-ports-gnome-33a0125b4b821c186579128ee69e5b17ec3019db.zip |
Upstream re-rolled and finally produced an official tarball.
Hopefully this means they can't re-roll again.
-rw-r--r-- | mail/archiveopteryx/Makefile | 13 | ||||
-rw-r--r-- | mail/archiveopteryx/distinfo | 4 | ||||
-rw-r--r-- | mail/archiveopteryx/files/patch-schema__schema.pg | 17 |
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, |