From owner-svn-ports-head@freebsd.org Fri Apr 22 23:14:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66F39B187B5; Fri, 22 Apr 2016 23:14:20 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24EA11D0D; Fri, 22 Apr 2016 23:14:20 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3MNEJUv015525; Fri, 22 Apr 2016 23:14:19 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3MNEJtP015523; Fri, 22 Apr 2016 23:14:19 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201604222314.u3MNEJtP015523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 22 Apr 2016 23:14:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413797 - in head/mail/mailman: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2016 23:14:20 -0000 Author: mandree Date: Fri Apr 22 23:14:18 2016 New Revision: 413797 URL: https://svnweb.freebsd.org/changeset/ports/413797 Log: Update to new upstream release 2.1.22. Changelog: http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/1643/NEWS#L8 Deleted: head/mail/mailman/files/extra-patch-LP1551075 Modified: head/mail/mailman/Makefile head/mail/mailman/distinfo Modified: head/mail/mailman/Makefile ============================================================================== --- head/mail/mailman/Makefile Fri Apr 22 20:44:21 2016 (r413796) +++ head/mail/mailman/Makefile Fri Apr 22 23:14:18 2016 (r413797) @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= mailman -DISTVERSION= 2.1.21 -PORTREVISION= 4 +DISTVERSION= 2.1.22 CATEGORIES= mail MASTER_SITES= GNU \ SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \ https://launchpad.net/mailman/${DISTVERSION:R}/${DISTVERSION}/+download/ -PATCH_SITES= LOCAL/mandree DIST_SUBDIR= mailman +PATCH_SITES= LOCAL/mandree PATCH_DIST_STRIP= -p1 MAINTAINER= mandree@FreeBSD.org @@ -112,16 +111,15 @@ MAIL_GID?= _smtpd .if ${PORT_OPTIONS:MHTDIG} PKGNAMESUFFIX+= -with-htdig # how to create PATCHFILES: -#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1632?start_revid=1632 +#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1643 #X unpack this tarball, and the original distfile -#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1632.patch.xz +#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1643.patch.xz #X upload the latter with mode 0644 or similar to freefall's public_distfiles/ directory -PATCHFILES+= msapiro-htdig-1632.patch.xz +PATCHFILES+= msapiro-htdig-1643.patch.xz RUN_DEPENDS+= htdig:textproc/htdig PLIST_SUB+= SUB_HTDIG="" .else PLIST_SUB+= SUB_HTDIG="@comment " -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-LP1551075 .endif .if ${PORT_OPTIONS:MNAMAZU2} @@ -157,6 +155,7 @@ post-patch: .if empty(PORT_OPTIONS:MNLS) ${REINPLACE_CMD} -e 's/messages//' ${WRKSRC}/Makefile.in .endif + ${MV} ${WRKSRC}/configure.in ${WRKSRC}/configure.ac # suppress warning .if ${PORT_OPTIONS:MPOSTFIX} pre-configure: Modified: head/mail/mailman/distinfo ============================================================================== --- head/mail/mailman/distinfo Fri Apr 22 20:44:21 2016 (r413796) +++ head/mail/mailman/distinfo Fri Apr 22 23:14:18 2016 (r413797) @@ -1,4 +1,4 @@ -SHA256 (mailman/mailman-2.1.21.tgz) = fed33a18154deaa4e81a20798c814485ed4b2e5d8b42cf6d3d55867ff4f70843 -SIZE (mailman/mailman-2.1.21.tgz) = 9266286 -SHA256 (mailman/msapiro-htdig-1632.patch.xz) = 241128c0a10a0f4a31d62433de0cbdc7c96673ff5dd1012af70beb7658f9b38c -SIZE (mailman/msapiro-htdig-1632.patch.xz) = 50956 +SHA256 (mailman/mailman-2.1.22.tgz) = 56daf64eb7d521cbef4623c83f626c13247098546f708558f267c96f8f7b8ac1 +SIZE (mailman/mailman-2.1.22.tgz) = 9267810 +SHA256 (mailman/msapiro-htdig-1643.patch.xz) = de616f797fd2bc2895485165bb2cf3ffecdb8cf22c3dfb83fc336de47b25303c +SIZE (mailman/msapiro-htdig-1643.patch.xz) = 49988