Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 01:45:46 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379863 - head/devel/projectcenter
Message-ID:  <201502250145.t1P1jksf070880@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Feb 25 01:45:45 2015
New Revision: 379863
URL: https://svnweb.freebsd.org/changeset/ports/379863
QAT: https://qat.redports.org/buildarchive/r379863/

Log:
  - Clarify LICENSE
  - Simplify MASTER_SITES
  - Strip binaries

Modified:
  head/devel/projectcenter/Makefile

Modified: head/devel/projectcenter/Makefile
==============================================================================
--- head/devel/projectcenter/Makefile	Wed Feb 25 01:45:36 2015	(r379862)
+++ head/devel/projectcenter/Makefile	Wed Feb 25 01:45:45 2015	(r379863)
@@ -4,14 +4,13 @@
 PORTNAME=	projectcenter
 PORTVERSION=	0.6.2
 CATEGORIES=	devel gnustep
-MASTER_SITES=	${MASTER_SITE_GNUSTEP}
-MASTER_SITE_SUBDIR=	dev-apps
+MASTER_SITES=	GNUSTEP/dev-apps
 DISTNAME=	ProjectCenter-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Development environment for GNUstep
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later (comment in code; COPYING says GPLv3)
 
 USE_GNUSTEP=	yes
 USE_GNUSTEP_BACK=	yes
@@ -22,4 +21,23 @@ USE_GNUSTEP_LDCONFIG=	${GNUSTEP_SYSTEM_L
 PLIST_SUB+=	FRAMEVERSION=${PORTVERSION}
 MAKE_ENV+=	GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
 
+post-install:
+	${STRIP_CMD} \
+		${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/ProjectCenter \
+		${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Aggregate.project/Aggregate \
+		${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Application.project/Application \
+		${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Build.preferences/Build \
+		${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Bundle.project/Bundle \
+		${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/EditorFSC.preferences/EditorFSC \
+		${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Framework.project/Framework \
+		${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Library.project/Library \
+		${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Misc.preferences/Misc \
+		${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.debugger/ProjectCenter \
+		${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/ProjectCenter \
+		${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.parser/ProjectCenter \
+		${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/ResourceSet.project/ResourceSet \
+		${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Saving.preferences/Saving \
+		${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Tool.project/Tool \
+		${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/${PORTVERSION}/libProjectCenter.so
+
 .include <bsd.port.mk>



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