svn commit: r378928 - head/x11/guake

Nicola Vitale nivit at FreeBSD.org
Fri Feb 13 13:38:36 UTC 2015


Author: nivit
Date: Fri Feb 13 13:38:35 2015
New Revision: 378928
URL: https://svnweb.freebsd.org/changeset/ports/378928
QAT: https://qat.redports.org/buildarchive/r378928/

Log:
  - Remove instructions for fixing python command. It already
    has the correct version
  - Bump PORTREVISION for those who have already updated the
    program via ports, and got the error:
      env: python2.72: No such file or directory
    at runtime

Modified:
  head/x11/guake/Makefile

Modified: head/x11/guake/Makefile
==============================================================================
--- head/x11/guake/Makefile	Fri Feb 13 12:49:33 2015	(r378927)
+++ head/x11/guake/Makefile	Fri Feb 13 13:38:35 2015	(r378928)
@@ -2,7 +2,7 @@
 
 PORTNAME=	guake
 PORTVERSION=	0.5.2
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	nivit at FreeBSD.org
@@ -35,7 +35,6 @@ LIBS+=		-L${LOCALBASE}/lib
 MANPAGES_MAKE_ENV_OFF=	man_MANS=""
 
 NLS_CONFIGURE_ENABLE=	nls
-#NLS_USES=	gettext
 
 OPTIONS_DEFINE=	MANPAGES NLS
 OPTIONS_DEFAULT=	MANPAGES
@@ -43,9 +42,6 @@ OPTIONS_SUB=	NLS
 
 PLIST_SUB+=	DESKTOPDIR="${DESKTOPDIR:S,${PREFIX}/,,}"
 
-REINPLACE_ARGS=	-e 's,/usr/bin/env python,&${PYTHON_VER},' -i.bak
-REINPLACE_FILES=	guake guake-prefs prefs.py
-
 USES=		desktop-file-utils gettext gmake libtool pkgconfig python:2
 USE_AUTOTOOLS=	autoconf:env automake:env libtoolize:env
 USE_GITHUB=	yes
@@ -61,9 +57,6 @@ REINPLACE_FILES+=	../../configure
 pre-configure:
 	@(cd ${CONFIGURE_WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} ./autogen.sh)
 
-post-configure:
-	@(cd ${WRKSRC}/src/guake ; ${REINPLACE_CMD} ${REINPLACE_FILES})
-
 post-build:
 	@${STRIP_CMD} ${WRKSRC}/src/guake/globalhotkeys/.libs/globalhotkeys.so
 


More information about the svn-ports-all mailing list