Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 2014 14:28:36 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354423 - head/lang/ucc
Message-ID:  <201405181428.s4IESaUm038226@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405181428.s4IESaUm038226>