1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Upstream re-rolled and finally produced an official tarball.

Hopefully this means they can't re-roll again.
This commit is contained in:
Mark Felder 2014-03-10 19:50:53 +00:00
parent d601aec607
commit 943ef4ed5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347806
3 changed files with 5 additions and 29 deletions

View File

@ -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

View File

@ -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

View File

@ -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,