Date: Tue, 16 May 2017 18:22:44 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441045 - head/mail/alpine Message-ID: <201705161822.v4GIMi9j063240@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue May 16 18:22:44 2017 New Revision: 441045 URL: https://svnweb.freebsd.org/changeset/ports/441045 Log: Update MASTER_SITES and PATCH_SITES PR: 219331 Submitted by: Marco Beishuizen <mbeis@xs4all.nl> (maintainer) Modified: head/mail/alpine/Makefile Modified: head/mail/alpine/Makefile ============================================================================== --- head/mail/alpine/Makefile Tue May 16 18:22:39 2017 (r441044) +++ head/mail/alpine/Makefile Tue May 16 18:22:44 2017 (r441045) @@ -4,7 +4,7 @@ PORTNAME?= alpine PORTVERSION= 2.21 PORTREVISION?= 0 CATEGORIES?= mail news ipv6 -MASTER_SITES= http://patches.freeiz.com/alpine/release/src/ +MASTER_SITES= http://alpine.freeiz.com/alpine/release/src/ DIST_SUBDIR= alpine-${PORTVERSION} MAINTAINER= mbeis@xs4all.nl @@ -112,7 +112,7 @@ CONFIGURE_ARGS+= --with-passfile=.alpine .endif .if ${PORT_OPTIONS:MMAILDIR} -PATCH_SITES= http://patches.freeiz.com/alpine/patches/alpine-${PORTVERSION}/ +PATCH_SITES= http://alpine.freeiz.com/alpine/patches/alpine-${PORTVERSION}/ PATCHFILES+= maildir.patch.gz:-p1 .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705161822.v4GIMi9j063240>