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 /mail/archiveopteryx/Makefile | |
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.
Diffstat (limited to 'mail/archiveopteryx/Makefile')
-rw-r--r-- | mail/archiveopteryx/Makefile | 13 |
1 files changed, 3 insertions, 10 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 |