From owner-svn-ports-all@freebsd.org Fri May 20 17:16:36 2016 Return-Path: Delivered-To: svn-ports-all@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 19061B43AD3; Fri, 20 May 2016 17:16:36 +0000 (UTC) (envelope-from olivierd@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 B8E41141A; Fri, 20 May 2016 17:16:35 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4KHGYL4080287; Fri, 20 May 2016 17:16:34 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4KHGYB6080285; Fri, 20 May 2016 17:16:34 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201605201716.u4KHGYB6080285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 20 May 2016 17:16:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415561 - head/editors/mg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2016 17:16:36 -0000 Author: olivierd Date: Fri May 20 17:16:34 2016 New Revision: 415561 URL: https://svnweb.freebsd.org/changeset/ports/415561 Log: - Update to 20160421 snapshot - Cosmetic change for documentation - Mark BROKEN on FreeBSD 9.x, because it requires futimens system call PR: 209290 Submitted by: myself Approved by: (maintainer, timeout > 2 weeks) Modified: head/editors/mg/Makefile head/editors/mg/distinfo Modified: head/editors/mg/Makefile ============================================================================== --- head/editors/mg/Makefile Fri May 20 17:06:47 2016 (r415560) +++ head/editors/mg/Makefile Fri May 20 17:16:34 2016 (r415561) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mg -PORTVERSION= 20160118 +PORTVERSION= 20160421 CATEGORIES= editors MASTER_SITES= http://homepage.boetes.org/software/mg/ @@ -14,12 +14,20 @@ PORTDOCS= README tutorial OPTIONS_DEFINE= DOCS +.include + +.if ${OSVERSION} < 1002506 +BROKEN= does not build on FreeBSD 9.x, requires futimens system call +.endif + pre-configure: @${REINPLACE_CMD} -e 's|__dead|__dead2|' ${WRKSRC}/main.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} Modified: head/editors/mg/distinfo ============================================================================== --- head/editors/mg/distinfo Fri May 20 17:06:47 2016 (r415560) +++ head/editors/mg/distinfo Fri May 20 17:16:34 2016 (r415561) @@ -1,2 +1,2 @@ -SHA256 (mg-20160118.tar.gz) = 26450b2564bec0b0afc465fd24a1917dc31508c5500c3a36823b9c763a2b8636 -SIZE (mg-20160118.tar.gz) = 144823 +SHA256 (mg-20160421.tar.gz) = b5dd8fbecb8a0ff0f32588c448f22f25fafcbfb297857e76d2883598a3e63a9a +SIZE (mg-20160421.tar.gz) = 145187