From owner-svn-ports-head@FreeBSD.ORG Thu Jun 11 10:17:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E099789D; Thu, 11 Jun 2015 10:17:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 CED81170E; Thu, 11 Jun 2015 10:17:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5BAHBGF067642; Thu, 11 Jun 2015 10:17:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5BAHBv8067641; Thu, 11 Jun 2015 10:17:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506111017.t5BAHBv8067641@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 11 Jun 2015 10:17:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389179 - head/x11-themes/fvwm-themes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 10:17:12 -0000 Author: amdmi3 Date: Thu Jun 11 10:17:11 2015 New Revision: 389179 URL: https://svnweb.freebsd.org/changeset/ports/389179 Log: - Add LICENSE - Fix shebangs - Add NO_ARCH MFH: 2015Q2 Modified: head/x11-themes/fvwm-themes/Makefile Modified: head/x11-themes/fvwm-themes/Makefile ============================================================================== --- head/x11-themes/fvwm-themes/Makefile Thu Jun 11 09:36:58 2015 (r389178) +++ head/x11-themes/fvwm-themes/Makefile Thu Jun 11 10:17:11 2015 (r389179) @@ -3,7 +3,7 @@ PORTNAME= fvwm-themes PORTVERSION= 0.7.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-themes MASTER_SITES= SF DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -12,13 +12,19 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= Themes for the Fvwm2 window manager +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ fvwm2:${PORTSDIR}/x11-wm/fvwm2 RUN_DEPENDS= fvwm2:${PORTSDIR}/x11-wm/fvwm2 USE_XORG= xpm -USES= perl5 gmake tar:bzip2 +USES= gmake perl5 shebangfix tar:bzip2 +SHEBANG_FILES= themes/cde/modules/create-buttonbar-config \ + themes/redmondxp/modules/FvwmThemesPanelManager GNU_CONFIGURE= yes +NO_ARCH= yes post-install: @cd ${WRKDIR}/${PORTNAME}-extra-${PORTVERSION} && ${FIND} . | \