From owner-svn-ports-head@FreeBSD.ORG Sun Oct 5 10:42:45 2014 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 751D1493; Sun, 5 Oct 2014 10:42:45 +0000 (UTC) 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 47DCC6B4; Sun, 5 Oct 2014 10:42:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s95AgjDe014247; Sun, 5 Oct 2014 10:42:45 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s95AgiGN014245; Sun, 5 Oct 2014 10:42:44 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410051042.s95AgiGN014245@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 5 Oct 2014 10:42:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370054 - head/sysutils/grub2-pcbsd 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.18-1 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: Sun, 05 Oct 2014 10:42:45 -0000 Author: antoine Date: Sun Oct 5 10:42:44 2014 New Revision: 370054 URL: https://svnweb.freebsd.org/changeset/ports/370054 QAT: https://qat.redports.org/buildarchive/r370054/ Log: Do not package info/dir Modified: head/sysutils/grub2-pcbsd/Makefile head/sysutils/grub2-pcbsd/pkg-plist Modified: head/sysutils/grub2-pcbsd/Makefile ============================================================================== --- head/sysutils/grub2-pcbsd/Makefile Sun Oct 5 10:30:40 2014 (r370053) +++ head/sysutils/grub2-pcbsd/Makefile Sun Oct 5 10:42:44 2014 (r370054) @@ -3,7 +3,7 @@ PORTNAME= grub2-pcbsd PORTVERSION= 2.02p -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ @@ -22,11 +22,10 @@ WRKSRC= ${WRKDIR}/grub-2.02 CONFLICTS= grub-0* grub2-2* SSP_UNSAFE= yes USE_GCC= yes -USE_PYTHON= yes USE_AUTOTOOLS= automake aclocal autoconf ACLOCAL_ARGS= -Im4 GNU_CONFIGURE= yes -USES= bison gettext gmake makeinfo tar:xz +USES= bison gettext gmake makeinfo python tar:xz ONLY_FOR_ARCHS= i386 amd64 INFO= grub grub-dev MAKE_JOBS_UNSAFE= yes Modified: head/sysutils/grub2-pcbsd/pkg-plist ============================================================================== --- head/sysutils/grub2-pcbsd/pkg-plist Sun Oct 5 10:30:40 2014 (r370053) +++ head/sysutils/grub2-pcbsd/pkg-plist Sun Oct 5 10:42:44 2014 (r370054) @@ -55,7 +55,6 @@ bin/grub-glue-efi bin/grub-render-label bin/grub-syslinux2cfg sbin/grub-macbless -info/dir lib/grub/i386-pc/archelp.mod lib/grub/i386-pc/archelp.module lib/grub/i386-pc/boot_hybrid.image @@ -640,10 +639,3 @@ man/man8/grub-probe.8.gz man/man8/grub-reboot.8.gz man/man8/grub-set-default.8.gz man/man8/grub-sparc64-setup.8.gz -%%MKFONT%%@dirrm share/grub/themes/starfield -%%MKFONT%%@dirrm share/grub/themes -@dirrm share/grub -@dirrm lib/grub/i386-pc -@dirrm lib/grub -@dirrmtry etc/grub.d -@dirrmtry etc/bash_completion.d