From owner-svn-ports-all@FreeBSD.ORG Tue Nov 6 23:30:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98CAE368; Tue, 6 Nov 2012 23:30:46 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7FC3A8FC1C; Tue, 6 Nov 2012 23:30:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA6NUkXM086455; Tue, 6 Nov 2012 23:30:46 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA6NUkgO086453; Tue, 6 Nov 2012 23:30:46 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201211062330.qA6NUkgO086453@svn.freebsd.org> From: Cy Schubert Date: Tue, 6 Nov 2012 23:30:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307109 - head/x11-toolkits/open-motif 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.14 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: Tue, 06 Nov 2012 23:30:46 -0000 Author: cy Date: Tue Nov 6 23:30:46 2012 New Revision: 307109 URL: http://svnweb.freebsd.org/changeset/ports/307109 Log: Temporarily make this port fetchable until the rename happens. Feature safe: yes Modified: head/x11-toolkits/open-motif/Makefile Modified: head/x11-toolkits/open-motif/Makefile ============================================================================== --- head/x11-toolkits/open-motif/Makefile Tue Nov 6 23:00:51 2012 (r307108) +++ head/x11-toolkits/open-motif/Makefile Tue Nov 6 23:30:46 2012 (r307109) @@ -4,7 +4,8 @@ PORTNAME= open-motif PORTVERSION= 2.3.4 CATEGORIES= x11-toolkits -MASTER_SITES= SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/ +# MASTER_SITES= SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/ +MASTER_SITES= SF/motif/Motif%202.3.4%20Source%20Code/ DISTNAME= motif-${PORTVERSION}-src EXTRACT_SUFX= .tgz @@ -19,7 +20,8 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ MAKE_JOBS_UNSAFE= yes CONFLICTS= lesstif-[0-9]* open-motif-[0-0]* -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +# WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/motif-${PORTVERSION} USE_AUTOTOOLS= libtool autoconf:env automake:env USE_ICONV= yes