From owner-svn-ports-all@freebsd.org Thu May 3 02:00:19 2018 Return-Path: Delivered-To: svn-ports-all@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 0F531FBBF2E; Thu, 3 May 2018 02:00:19 +0000 (UTC) (envelope-from danilo@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 AE68483BDB; Thu, 3 May 2018 02:00:18 +0000 (UTC) (envelope-from danilo@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 8DD4D192C2; Thu, 3 May 2018 02:00:18 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4320IWq032637; Thu, 3 May 2018 02:00:18 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4320Ife032634; Thu, 3 May 2018 02:00:18 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201805030200.w4320Ife032634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 3 May 2018 02:00:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468910 - head/devel/paexec X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/devel/paexec X-SVN-Commit-Revision: 468910 X-SVN-Commit-Repository: ports 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.25 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: Thu, 03 May 2018 02:00:19 -0000 Author: danilo Date: Thu May 3 02:00:18 2018 New Revision: 468910 URL: https://svnweb.freebsd.org/changeset/ports/468910 Log: - Update to 1.1.0 - Add the new tool "paargs" Modified: head/devel/paexec/Makefile head/devel/paexec/distinfo head/devel/paexec/pkg-plist Modified: head/devel/paexec/Makefile ============================================================================== --- head/devel/paexec/Makefile Thu May 3 01:49:57 2018 (r468909) +++ head/devel/paexec/Makefile Thu May 3 02:00:18 2018 (r468910) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= paexec -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -20,14 +20,14 @@ USES= perl5 USE_PERL5= build MAKE_ENV= SUBPRJ_DFLT="${SUBPRJ_DFLT}" -CFLAGS+= -I${LOCALBASE}/include +CFLAGS+= -I${LOCALBASE}/include -Wno-error LDFLAGS+= -L${LOCALBASE}/lib -SUBPRJ_DFLT= paexec doc examples +SUBPRJ_DFLT= paexec paargs doc examples MAKE_ENV+= EGDIR="${STAGEDIR}${EXAMPLESDIR}" \ DOCDIR="${STAGEDIR}${DOCSDIR}" \ BINDIR="${STAGEDIR}${PREFIX}/bin" \ - MANDIR="${STAGEDIR}${MANPREFIX}/man" + MANDIR="${STAGEDIR}${MANPREFIX}/man" WARNERR="no" do-build: @${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/mkcmake -C ${WRKSRC} Modified: head/devel/paexec/distinfo ============================================================================== --- head/devel/paexec/distinfo Thu May 3 01:49:57 2018 (r468909) +++ head/devel/paexec/distinfo Thu May 3 02:00:18 2018 (r468910) @@ -1,2 +1,3 @@ -SHA256 (paexec-1.0.1.tar.gz) = deed9dc7046bec584f32d9fda8ea8a44448528e3736742d98773fec6cfbb5898 -SIZE (paexec-1.0.1.tar.gz) = 141777 +TIMESTAMP = 1525308777 +SHA256 (paexec-1.1.0.tar.gz) = 08b9766bf32d7acc3b287934aab65d40c1edf2244b99d94ec54f128c93f1b901 +SIZE (paexec-1.1.0.tar.gz) = 147869 Modified: head/devel/paexec/pkg-plist ============================================================================== --- head/devel/paexec/pkg-plist Thu May 3 01:49:57 2018 (r468909) +++ head/devel/paexec/pkg-plist Thu May 3 02:00:18 2018 (r468910) @@ -1,6 +1,8 @@ +bin/paargs bin/paexec bin/paexec_reorder bin/pareorder +man/man1/paargs.1.gz man/man1/paexec.1.gz man/man1/paexec_reorder.1.gz man/man1/pareorder.1.gz