Date: Sun, 5 Oct 2014 10:42:44 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370054 - head/sysutils/grub2-pcbsd Message-ID: <201410051042.s95AgiGN014245@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410051042.s95AgiGN014245>