Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2014 13:07:23 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363475 - in head/mail: . archiveopteryx-devel archiveopteryx-devel/files
Message-ID:  <201407301307.s6UD7NKx014974@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407301307.s6UD7NKx014974>