From owner-svn-ports-all@freebsd.org Wed Dec 9 14:26:56 2015 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 5C7FD9D45FB; Wed, 9 Dec 2015 14:26:56 +0000 (UTC) (envelope-from sunpoet@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 2CDE91136; Wed, 9 Dec 2015 14:26:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB9EQtnh000322; Wed, 9 Dec 2015 14:26:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB9EQtRS000320; Wed, 9 Dec 2015 14:26:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512091426.tB9EQtRS000320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 9 Dec 2015 14:26:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403392 - head/devel/tradcpp 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.20 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: Wed, 09 Dec 2015 14:26:56 -0000 Author: sunpoet Date: Wed Dec 9 14:26:54 2015 New Revision: 403392 URL: https://svnweb.freebsd.org/changeset/ports/403392 Log: - Cosmetic change - Reformat pkg-descr - Take maintainership Modified: head/devel/tradcpp/Makefile head/devel/tradcpp/pkg-descr Modified: head/devel/tradcpp/Makefile ============================================================================== --- head/devel/tradcpp/Makefile Wed Dec 9 14:26:50 2015 (r403391) +++ head/devel/tradcpp/Makefile Wed Dec 9 14:26:54 2015 (r403392) @@ -5,16 +5,15 @@ PORTVERSION= 0.5.1 CATEGORIES= devel MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Traditional (K&R-style) C preprocessor LICENSE= BSD2CLAUSE +MAKE_ARGS= BINDIR=${PREFIX}/bin MANDIR=${MANPREFIX}/man/man USES= uidfix PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz -MAKE_ARGS= BINDIR=${PREFIX}/bin MANDIR=${MANPREFIX}/man/man - .include Modified: head/devel/tradcpp/pkg-descr ============================================================================== --- head/devel/tradcpp/pkg-descr Wed Dec 9 14:26:50 2015 (r403391) +++ head/devel/tradcpp/pkg-descr Wed Dec 9 14:26:54 2015 (r403392) @@ -1,4 +1,4 @@ tradcpp is a traditional (K&R-style) preprocessor. -It has the particular property that it doesn't (for the most part) -trash whitespace, so it can be used on makefiles. +It has the particular property that it doesn't (for the most part) trash +whitespace, so it can be used on makefiles.