Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2013 21:48:10 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334618 - head/devel/gnatpython
Message-ID:  <201311222148.rAMLmAAJ064591@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Nov 22 21:48:10 2013
New Revision: 334618
URL: http://svnweb.freebsd.org/changeset/ports/334618

Log:
  devel/gnatpython: Fix pkg-fallout on head
  
  Fix by using auto-plist functionality.  Somehow one of the binaries
  just don't build on F10.  Bump PORTREVISION, expand python use to "any"
  This passes 6x on Redports

Deleted:
  head/devel/gnatpython/pkg-plist
Modified:
  head/devel/gnatpython/Makefile

Modified: head/devel/gnatpython/Makefile
==============================================================================
--- head/devel/gnatpython/Makefile	Fri Nov 22 20:46:56 2013	(r334617)
+++ head/devel/gnatpython/Makefile	Fri Nov 22 21:48:10 2013	(r334618)
@@ -3,17 +3,21 @@
 
 PORTNAME=	gnatpython
 PORTVERSION=	${SNAPSHOT}
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://downloads.dragonlace.net/src/
 
 MAINTAINER=	marino@FreeBSD.org
 COMMENT=	Python package used in Ada testsuites
 
+LICENSE=	GPLv3
+
 SNAPSHOT=	20110912
 USE_BZIP2=	yes
 
-USE_PYTHON=		2.6+
+USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 PYDISTUTILS_PKGVERSION=	1.2
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311222148.rAMLmAAJ064591>