Date: Mon, 16 Dec 2013 09:46:13 +0100 From: Tijl Coosemans <tijl@FreeBSD.org> To: Matthew Seaman <matthew@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r336590 - in head/net-im/jabberd: . files Message-ID: <20131216094613.0e2ea432@kalimero.tijl.coosemans.org> In-Reply-To: <201312152214.rBFMEeFs013358@svn.freebsd.org> References: <201312152214.rBFMEeFs013358@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 15 Dec 2013 22:14:40 +0000 (UTC) Matthew Seaman wrote: > Author: matthew > Date: Sun Dec 15 22:14:40 2013 > New Revision: 336590 > URL: http://svnweb.freebsd.org/changeset/ports/336590 > > Log: > Update to 2.3.1 > > * Staging support > * New style LIB_DEPENDS > * Use OPTIONS helpers > * OPTIONS_SINGLE to select between Cyrus SASL and gsasl > * Two new options: EXPERIMENTAL and SUPERCEDED > > The port requires OpenSSL >= 1.0.1, so set WANT_OPENSSL_PORTS=yes > everywhere except for on FreeBSD 10.x, where it's in the base system. > > The github.org MASTER_SITE a) redirects to a server in the Amazon > cloud and b) requires use of HTTPS. > > (a) implies setting fetch(1) to follow redirects, which is usually > frowned upon. However, this pattern is recommended in bsd.sites.mk > for use with GitHub. > > (b) is troublesome for FreeBSD 8.x, as fetch(1) hasn't grown HTTPS > support there yet. Hence provide a copy of the distfile on > http://people.freebsd.org/ as a 2nd MASTER_SITE > > Approved by: mm (maintainer) > > Added: > head/net-im/jabberd/files/patch-etc__Makefile.in (contents, props changed) > head/net-im/jabberd/files/patch-etc__templates__Makefile.in (contents, props changed) > head/net-im/jabberd/files/patch-sm__mod_iq_time.c (contents, props changed) > - copied, changed from r336372, head/net-im/jabberd/files/patch-sm-mod_iq_time.c > head/net-im/jabberd/files/patch-storage__authreg_ldapfull.c (contents, props changed) > head/net-im/jabberd/files/patch-storage__authreg_mysql.c (contents, props changed) > head/net-im/jabberd/files/patch-storage__authreg_pgsql.c (contents, props changed) > head/net-im/jabberd/files/patch-storage__authreg_sqlite.c (contents, props changed) > head/net-im/jabberd/files/patch-tools__jabberd.in (contents, props changed) > - copied, changed from r336452, head/net-im/jabberd/files/patch-tools-jabberd.in > Deleted: > head/net-im/jabberd/files/patch-etc-Makefile.in > head/net-im/jabberd/files/patch-s2s-out.c > head/net-im/jabberd/files/patch-sm-mod_iq_time.c > head/net-im/jabberd/files/patch-sm-mod_roster.c > head/net-im/jabberd/files/patch-tools-jabberd.in > Modified: > head/net-im/jabberd/Makefile > head/net-im/jabberd/distinfo (contents, props changed) > head/net-im/jabberd/pkg-plist (contents, props changed) > > Modified: head/net-im/jabberd/Makefile > ============================================================================== > --- head/net-im/jabberd/Makefile Sun Dec 15 22:11:20 2013 (r336589) > +++ head/net-im/jabberd/Makefile Sun Dec 15 22:14:40 2013 (r336590) > @@ -2,35 +2,33 @@ > # $FreeBSD$ > > PORTNAME= jabberd > -PORTVERSION= 2.2.17 > -PORTREVISION= 1 > +DISTVERSION= 2.3.1 > CATEGORIES= net-im > -MASTER_SITES= http://cloud.github.com/downloads/jabberd2/jabberd2/ > +MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \ > + http://freefall.freebsd.org/~matthew/distfiles/ You should put the file in ~/public_distfiles instead of ~/distfiles and then put LOCAL/matthew in MASTER_SITES. See for instance: http://www.freebsd.org/doc/en/books/porters-handbook/book.html#slow-sources
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131216094613.0e2ea432>