svn commit: r363475 - in head/mail: . archiveopteryx-devel archiveopteryx-devel/files
Mark Felder
feld at FreeBSD.org
Wed Jul 30 13:07:24 UTC 2014
Author: feld
Date: Wed Jul 30 13:07:22 2014
New Revision: 363475
URL: http://svnweb.freebsd.org/changeset/ports/363475
QAT: https://qat.redports.org/buildarchive/r363475/
Log:
Copy archiveopteryx to -devel to make it easy to track development
progress.
Historically aox development is very reliable, but please be aware that
this port does not track stable releases.
Added:
head/mail/archiveopteryx-devel/
- copied from r358591, head/mail/archiveopteryx/
Deleted:
head/mail/archiveopteryx-devel/files/patch-Jamrules
head/mail/archiveopteryx-devel/files/patch-core__md5.cpp
head/mail/archiveopteryx-devel/files/patch-db__postgres.cpp
Modified:
head/mail/Makefile
head/mail/archiveopteryx-devel/Makefile
head/mail/archiveopteryx-devel/distinfo
head/mail/archiveopteryx-devel/pkg-descr
Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile Wed Jul 30 12:56:40 2014 (r363474)
+++ head/mail/Makefile Wed Jul 30 13:07:22 2014 (r363475)
@@ -17,6 +17,7 @@
SUBDIR += anubis
SUBDIR += archivemail
SUBDIR += archiveopteryx
+ SUBDIR += archiveopteryx-devel
SUBDIR += archivesmtp
SUBDIR += archmbox
SUBDIR += ask
Modified: head/mail/archiveopteryx-devel/Makefile
==============================================================================
--- head/mail/archiveopteryx/Makefile Fri Jun 20 15:34:38 2014 (r358591)
+++ head/mail/archiveopteryx-devel/Makefile Wed Jul 30 13:07:22 2014 (r363475)
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= archiveopteryx
-PORTVERSION= 3.2.0
-PORTREVISION= 3
+PORTVERSION= 3.2.99.20140730
CATEGORIES= mail
-MASTER_SITES= http://archiveopteryx.org/download/
+PKGNAMESUFFIX= -devel
MAINTAINER= feld at FreeBSD.org
COMMENT= Advanced PostgreSQL-based IMAP/POP server
@@ -14,8 +13,13 @@ LICENSE= MIT
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
-USE_BZIP2= yes
-USES= perl5
+USE_GITHUB= yes
+GH_ACCOUNT= aox
+GH_PROJECT= aox
+GH_TAGNAME= ${GH_COMMIT}
+GH_COMMIT= 39bdb8b
+
+USES= perl5 tar:bzip2
USE_PERL5= build
USE_PGSQL= yes
WANT_PGSQL_VER= 91+
@@ -26,6 +30,8 @@ SUB_FILES= pkg-message
USE_RC_SUBR= ${PORTNAME}
+CONFLICTS= archiveopteryx-[0-9]*
+
USERS= aox
GROUPS= aox
PLIST_SUB+= USERS="${USERS}"
Modified: head/mail/archiveopteryx-devel/distinfo
==============================================================================
--- head/mail/archiveopteryx/distinfo Fri Jun 20 15:34:38 2014 (r358591)
+++ head/mail/archiveopteryx-devel/distinfo Wed Jul 30 13:07:22 2014 (r363475)
@@ -1,2 +1,2 @@
-SHA256 (archiveopteryx-3.2.0.tar.bz2) = 1d57ea42190bf252bf5a2109b1120f58333ea329217b6fb1497059141b7a1f44
-SIZE (archiveopteryx-3.2.0.tar.bz2) = 1322679
+SHA256 (archiveopteryx-3.2.99.20140730.tar.bz2) = b64824ad2f36cebd8636a32f4b7cf8fd72ee366f06cbd4db15e28fae7b0529ac
+SIZE (archiveopteryx-3.2.99.20140730.tar.bz2) = 1798570
Modified: head/mail/archiveopteryx-devel/pkg-descr
==============================================================================
--- head/mail/archiveopteryx/pkg-descr Fri Jun 20 15:34:38 2014 (r358591)
+++ head/mail/archiveopteryx-devel/pkg-descr Wed Jul 30 13:07:22 2014 (r363475)
@@ -3,4 +3,6 @@ long-term archival storage. It seeks to
manage large archives, but to use the information therein on a daily
basis instead of relegating it to offline storage.
+This is the development version.
+
WWW: http://www.archiveopteryx.org/
More information about the svn-ports-all
mailing list