From owner-svn-ports-all@freebsd.org Thu Nov 24 16:10:36 2016 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 E6DF6C53DA4; Thu, 24 Nov 2016 16:10:36 +0000 (UTC) (envelope-from amdmi3@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 9D8C110E8; Thu, 24 Nov 2016 16:10:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOGAZ6O015667; Thu, 24 Nov 2016 16:10:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOGAZqH015665; Thu, 24 Nov 2016 16:10:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611241610.uAOGAZqH015665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 16:10:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427050 - in head/net/smm++: . files 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.23 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, 24 Nov 2016 16:10:37 -0000 Author: amdmi3 Date: Thu Nov 24 16:10:35 2016 New Revision: 427050 URL: https://svnweb.freebsd.org/changeset/ports/427050 Log: - Add LICENSE - Add NO_ARCH - Use DESTDIRNAME - Cosmetic fixes - Regenerate patches Modified: head/net/smm++/Makefile head/net/smm++/files/patch-Makefile Modified: head/net/smm++/Makefile ============================================================================== --- head/net/smm++/Makefile Thu Nov 24 16:10:34 2016 (r427049) +++ head/net/smm++/Makefile Thu Nov 24 16:10:35 2016 (r427050) @@ -11,6 +11,9 @@ DISTNAME= smm611 MAINTAINER= ports@FreeBSD.org COMMENT= Graphical mudclient with mapper +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/../docu/GPL + RUN_DEPENDS= iwidgets>0:x11-toolkits/iwidgets BUILD_DEPENDS= ${LOCALBASE}/lib/libitk.so:x11-toolkits/itk \ ${LOCALBASE}/lib/libitcl.so:lang/itcl @@ -18,16 +21,16 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libitk.s WRKSRC= ${WRKDIR}/smm/Install.unix USES= gmake tk tar:tgz EXTRACT_AFTER_ARGS=--exclude CVS - -MAKE_ENV+= STAGEDIR=${STAGEDIR} +DESTDIRNAME= STAGEDIR +NO_ARCH= yes post-patch: - ${REINPLACE_CMD} -e 's,itkarray=.*,itkarray=${WISH},' ${WRKSRC}/itk.sh + @${REINPLACE_CMD} -e 's,itkarray=.*,itkarray=${WISH},' ${WRKSRC}/itk.sh post-install: - ${FIND} ${STAGEDIR}${PREFIX}/lib/smm -type f | ${XARGS} \ - ${CHMOD} ${SHAREMODE} - ${FIND} ${STAGEDIR}${PREFIX}/lib/smm -type d | ${XARGS} \ - ${CHMOD} 755 + @${FIND} ${STAGEDIR}${PREFIX}/lib/smm -type f | ${XARGS} \ + ${CHMOD} ${SHAREMODE} + @${FIND} ${STAGEDIR}${PREFIX}/lib/smm -type d | ${XARGS} \ + ${CHMOD} 755 .include Modified: head/net/smm++/files/patch-Makefile ============================================================================== --- head/net/smm++/files/patch-Makefile Thu Nov 24 16:10:34 2016 (r427049) +++ head/net/smm++/files/patch-Makefile Thu Nov 24 16:10:35 2016 (r427050) @@ -1,5 +1,5 @@ ---- Makefile.orig 2002-05-01 23:15:20.000000000 +0200 -+++ Makefile 2014-01-14 17:56:34.000000000 +0100 +--- Makefile.orig 2002-05-01 21:15:20 UTC ++++ Makefile @@ -11,8 +11,8 @@ # --- The default settings will install SMM++ nicely into an @@ -11,7 +11,7 @@ # --- If you don't have root access, you could choose to install # SMM++ locally in your home directory. Therefore use the -@@ -58,6 +58,8 @@ +@@ -58,6 +58,8 @@ TROUBLEoptionmenu=0 # this Makefile. If you can read Makefiles, feel free # to do whatever you like. @@ -20,7 +20,7 @@ smm: Makefile @echo "--- Building startup file." @if [ -z ${ITKWISH} ] ; then \ -@@ -80,18 +82,18 @@ +@@ -80,18 +82,18 @@ install-bin: @echo "--- Installing startup file to '${BIN}'." @echo " Please make sure, that '${BIN}' is part of your PATH variable." @echo " Or start SMM++ with ${BIN}/smm."