From owner-svn-ports-all@FreeBSD.ORG Sun May 18 14:28:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95866EF9; Sun, 18 May 2014 14:28:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 82E7E2E71; Sun, 18 May 2014 14:28:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4IESaP4038228; Sun, 18 May 2014 14:28:36 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4IESaUm038226; Sun, 18 May 2014 14:28:36 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201405181428.s4IESaUm038226@svn.freebsd.org> From: Wen Heping Date: Sun, 18 May 2014 14:28:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354423 - head/lang/ucc 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.18 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: Sun, 18 May 2014 14:28:36 -0000 Author: wen Date: Sun May 18 14:28:35 2014 New Revision: 354423 URL: http://svnweb.freebsd.org/changeset/ports/354423 QAT: https://qat.redports.org/buildarchive/r354423/ Log: - Stage support - Reset maintainer to ports@ Modified: head/lang/ucc/Makefile head/lang/ucc/pkg-descr Modified: head/lang/ucc/Makefile ============================================================================== --- head/lang/ucc/Makefile Sun May 18 14:26:45 2014 (r354422) +++ head/lang/ucc/Makefile Sun May 18 14:28:35 2014 (r354423) @@ -7,7 +7,7 @@ CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/OldFiles DISTNAME= ucc160 -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= C Compiler Which Implements the ANSI C89 Standard USES= dos2unix zip @@ -24,6 +24,6 @@ post-patch: .SILENT -e 's/$$^/$$>/g' \ ${WRKSRC}/driver/Makefile \ ${WRKSRC}/ucl/Makefile + ${REINPLACE_CMD} -e 's#$${PREFIX}#${STAGEDIR}${PREFIX}#g' ${WRKSRC}/Makefile -NO_STAGE= yes .include Modified: head/lang/ucc/pkg-descr ============================================================================== --- head/lang/ucc/pkg-descr Sun May 18 14:26:45 2014 (r354422) +++ head/lang/ucc/pkg-descr Sun May 18 14:28:35 2014 (r354423) @@ -11,4 +11,4 @@ Ucc's design and development goals is cl structure,upstanding extensibility,retargetable and excellent optimization. -WWW: http://ucc.sf.net +WWW: http://ucc.sf.net