From owner-svn-ports-head@freebsd.org Sun Sep 2 15:34:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12CE1FF245E; Sun, 2 Sep 2018 15:34:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C0BD77CAE5; Sun, 2 Sep 2018 15:34:18 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BBA291B2DB; Sun, 2 Sep 2018 15:34:18 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w82FYI3l059026; Sun, 2 Sep 2018 15:34:18 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w82FYIrd059022; Sun, 2 Sep 2018 15:34:18 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201809021534.w82FYIrd059022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 2 Sep 2018 15:34:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478795 - head/textproc/ml1 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/textproc/ml1 X-SVN-Commit-Revision: 478795 X-SVN-Commit-Repository: ports 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.27 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: Sun, 02 Sep 2018 15:34:19 -0000 Author: swills Date: Sun Sep 2 15:34:17 2018 New Revision: 478795 URL: https://svnweb.freebsd.org/changeset/ports/478795 Log: textproc/ml1: upgrade to 4.12 and fix for amd64 PR: 231095 Submitted by: bob@eager.cx (maintainer) Added: head/textproc/ml1/pkg-plist (contents, props changed) Modified: head/textproc/ml1/Makefile (contents, props changed) head/textproc/ml1/distinfo (contents, props changed) head/textproc/ml1/pkg-message (contents, props changed) Modified: head/textproc/ml1/Makefile ============================================================================== --- head/textproc/ml1/Makefile Sun Sep 2 15:04:40 2018 (r478794) +++ head/textproc/ml1/Makefile Sun Sep 2 15:34:17 2018 (r478795) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ml1 -PORTVERSION= 4.11 +PORTVERSION= 4.12 CATEGORIES= textproc MASTER_SITES= http://www.ml1.org.uk/distfiles/ \ http://www.ancientgeek.org.uk/distfiles/ @@ -12,11 +12,25 @@ COMMENT= Original general purpose macro processor LICENSE= BSD3CLAUSE -PLIST_FILES= bin/ml1 man/man1/ml1.1.gz +OPTIONS_DEFINE= DOCS +.include + +post-patch: +.if ${ARCH} == amd64 + @${REINPLACE_CMD} \ + -e '/^#define FBSD32/s/1/0/' \ + -e '/^#define FBSD64/s/0/1/'\ + ${WRKSRC}/ml1.h +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ml1 ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ml1.1.gz \ ${STAGEDIR}${MANPREFIX}/man/man1 -.include +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) + +.include Modified: head/textproc/ml1/distinfo ============================================================================== --- head/textproc/ml1/distinfo Sun Sep 2 15:04:40 2018 (r478794) +++ head/textproc/ml1/distinfo Sun Sep 2 15:34:17 2018 (r478795) @@ -1,2 +1,3 @@ -SHA256 (ml1-4.11.tar.gz) = d52cf77df8340f944f9cfa7d3ed37d37f19ac648db86feceda2175c915d1615d -SIZE (ml1-4.11.tar.gz) = 37706 +TIMESTAMP = 1535887237 +SHA256 (ml1-4.12.tar.gz) = 69d7d80b8f72f031412ac17e12ca54d8d962f6a297cbb9ca104594666678ad52 +SIZE (ml1-4.12.tar.gz) = 587730 Modified: head/textproc/ml1/pkg-message ============================================================================== --- head/textproc/ml1/pkg-message Sun Sep 2 15:04:40 2018 (r478794) +++ head/textproc/ml1/pkg-message Sun Sep 2 15:34:17 2018 (r478795) @@ -1,7 +1,2 @@ -================================================================================ - - ML/I documentation (in HTML and PDF) can be found at: - - http://www.ml1.org.uk - -================================================================================ +Additional ML/I documentation (in HTML and PDF) can be found at: + http://www.ml1.org.uk Added: head/textproc/ml1/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ml1/pkg-plist Sun Sep 2 15:34:17 2018 (r478795) @@ -0,0 +1,6 @@ +bin/ml1 +man/man1/ml1.1.gz +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/ml1sig.pdf +%%PORTDOCS%%%%DOCSDIR%%/ml1tut.pdf +%%PORTDOCS%%%%DOCSDIR%%/ml1user.pdf