Date: Tue, 15 Apr 2014 09:22:56 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351318 - head/games/nextgo Message-ID: <201404150922.s3F9MuKq044325@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Tue Apr 15 09:22:55 2014 New Revision: 351318 URL: http://svnweb.freebsd.org/changeset/ports/351318 QAT: https://qat.redports.org/buildarchive/r351318/ Log: - Port is stage safe - Remove license info from pkg-descr, available in Makefile Modified: head/games/nextgo/Makefile head/games/nextgo/pkg-descr Modified: head/games/nextgo/Makefile ============================================================================== --- head/games/nextgo/Makefile Tue Apr 15 09:21:43 2014 (r351317) +++ head/games/nextgo/Makefile Tue Apr 15 09:22:55 2014 (r351318) @@ -18,7 +18,6 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile Modified: head/games/nextgo/pkg-descr ============================================================================== --- head/games/nextgo/pkg-descr Tue Apr 15 09:21:43 2014 (r351317) +++ head/games/nextgo/pkg-descr Tue Apr 15 09:22:55 2014 (r351318) @@ -1,6 +1,4 @@ NeXTGo is the classic Go game originally written for the OPENSTEP/Mach environment. -LICENSE: GPL2 or later - WWW: http://www.nongnu.org/gap/nextgo/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404150922.s3F9MuKq044325>