Date: Sun, 17 Aug 2014 12:29:07 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365179 - in head: devel/tailor emulators/loemu games/glchess games/gnomesudoku graphics/gnofract4d japanese/kana-no-quiz mail/mailtray shells/lshell textproc/py2html Message-ID: <201408171229.s7HCT7kB081272@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Sun Aug 17 12:29:07 2014 New Revision: 365179 URL: http://svnweb.freebsd.org/changeset/ports/365179 QAT: https://qat.redports.org/buildarchive/r365179/ Log: - Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils, there is no need to touch the plist. With hat: python@ Modified: head/devel/tailor/Makefile head/emulators/loemu/Makefile head/games/glchess/Makefile head/games/gnomesudoku/Makefile head/graphics/gnofract4d/Makefile head/japanese/kana-no-quiz/Makefile head/mail/mailtray/Makefile head/shells/lshell/Makefile head/textproc/py2html/Makefile Modified: head/devel/tailor/Makefile ============================================================================== --- head/devel/tailor/Makefile Sun Aug 17 12:21:14 2014 (r365178) +++ head/devel/tailor/Makefile Sun Aug 17 12:29:07 2014 (r365179) @@ -14,7 +14,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rsync:${PO USE_PYTHON= yes USE_PYDISTUTILS= yes -INSTALLS_EGGINFO= yes OPTIONS_DEFINE= DOCS post-install: Modified: head/emulators/loemu/Makefile ============================================================================== --- head/emulators/loemu/Makefile Sun Aug 17 12:21:14 2014 (r365178) +++ head/emulators/loemu/Makefile Sun Aug 17 12:29:07 2014 (r365179) @@ -18,7 +18,6 @@ USES= gettext USE_PYTHON= yes USE_PYDISTUTILS= yes NO_BUILD= yes -INSTALLS_EGGINFO= yes OPTIONS_DEFINE= MAME SNES9X ZSNES OPTIONS_DEFAULT= MAME SNES9X Modified: head/games/glchess/Makefile ============================================================================== --- head/games/glchess/Makefile Sun Aug 17 12:21:14 2014 (r365178) +++ head/games/glchess/Makefile Sun Aug 17 12:29:07 2014 (r365179) @@ -16,7 +16,6 @@ USES= desktop-file-utils shared-mime-in USE_GNOME= gconf2 USE_PYTHON= yes USE_PYDISTUTILS= yes -INSTALLS_EGGINFO= yes GCONF_SCHEMAS= glchess.schemas OPTIONS_DEFINE= DOCS NLS Modified: head/games/gnomesudoku/Makefile ============================================================================== --- head/games/gnomesudoku/Makefile Sun Aug 17 12:21:14 2014 (r365178) +++ head/games/gnomesudoku/Makefile Sun Aug 17 12:29:07 2014 (r365179) @@ -19,7 +19,6 @@ USE_PYDISTUTILS=yes USES= pathfix display USE_GNOME= gnomeprefix pygnome2 pygnomedesktop PYDISTUTILS_PKGNAME= gnome-sudoku -INSTALLS_EGGINFO= yes post-patch: @${REINPLACE_CMD} \ Modified: head/graphics/gnofract4d/Makefile ============================================================================== --- head/graphics/gnofract4d/Makefile Sun Aug 17 12:21:14 2014 (r365178) +++ head/graphics/gnofract4d/Makefile Sun Aug 17 12:29:07 2014 (r365179) @@ -20,8 +20,6 @@ USE_GNOME= gnomeprefix intlhack libgnome USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -INSTALLS_EGGINFO= yes -PYDISTUTILS_EGGINFODIR= ${PYTHON_SITELIBDIR} USE_GCC= yes CFLAGS+= -I${LOCALBASE}/include Modified: head/japanese/kana-no-quiz/Makefile ============================================================================== --- head/japanese/kana-no-quiz/Makefile Sun Aug 17 12:21:14 2014 (r365178) +++ head/japanese/kana-no-quiz/Makefile Sun Aug 17 12:29:07 2014 (r365179) @@ -21,7 +21,6 @@ RM_FILES= CHANGES.txt FAL.txt GPL.txt RM_OPTS= -f USES= gettext -INSTALLS_EGGINFO= yes USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= Kana-no-quiz Modified: head/mail/mailtray/Makefile ============================================================================== --- head/mail/mailtray/Makefile Sun Aug 17 12:21:14 2014 (r365178) +++ head/mail/mailtray/Makefile Sun Aug 17 12:29:07 2014 (r365179) @@ -13,6 +13,5 @@ COMMENT= Display email status in tray USE_GNOME= pygtk2 USE_PYTHON= yes USE_PYDISTUTILS= yes -INSTALLS_EGGINFO= yes .include <bsd.port.mk> Modified: head/shells/lshell/Makefile ============================================================================== --- head/shells/lshell/Makefile Sun Aug 17 12:21:14 2014 (r365178) +++ head/shells/lshell/Makefile Sun Aug 17 12:29:07 2014 (r365179) @@ -13,7 +13,6 @@ LICENSE= GPLv3 # (or later) USE_PYTHON= yes USE_PYDISTUTILS= yes -INSTALLS_EGGINFO= yes post-patch: @${REINPLACE_CMD} -e \ Modified: head/textproc/py2html/Makefile ============================================================================== --- head/textproc/py2html/Makefile Sun Aug 17 12:21:14 2014 (r365178) +++ head/textproc/py2html/Makefile Sun Aug 17 12:29:07 2014 (r365179) @@ -14,7 +14,6 @@ COMMENT= Python Highlighter for HTML USES= shebangfix USE_PYTHON= 2 USE_PYDISTUTILS= yes -INSTALLS_EGGINFO= yes python_OLD_CMD= /usr/bin/env python python_CMD= ${PYTHON_CMD}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408171229.s7HCT7kB081272>