[Midnightbsd-cvs] mports [15999] trunk/devel/py-orbit: fix biuld
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Mar 1 18:19:47 EST 2014
Revision: 15999
http://svnweb.midnightbsd.org/mports/?rev=15999
Author: laffer1
Date: 2014-03-01 18:19:44 -0500 (Sat, 01 Mar 2014)
Log Message:
-----------
fix biuld
Modified Paths:
--------------
trunk/devel/py-orbit/Makefile
trunk/devel/py-orbit/distinfo
Modified: trunk/devel/py-orbit/Makefile
===================================================================
--- trunk/devel/py-orbit/Makefile 2014-03-01 23:18:03 UTC (rev 15998)
+++ trunk/devel/py-orbit/Makefile 2014-03-01 23:19:44 UTC (rev 15999)
@@ -1,15 +1,10 @@
-# New ports collection makefile for: py-orbit2
-# Date created: 04 March 2003
-# Whom: Joe Marcus Clarke <marcus at FreeBSD.org>
-#
# $MidnightBSD$
# $FreeBSD: ports/devel/py-orbit/Makefile,v 1.20 2007/05/28 23:34:38 mezz Exp $
-# $MCom: ports/devel/py-orbit2/Makefile,v 1.11 2006/04/13 07:52:34 bland Exp $
PORTNAME= orbit
PORTVERSION= 2.24.0
CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/pyorbit/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyorbit-${PORTVERSION}
@@ -17,10 +12,12 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Python bindings for ORBit2
+
LICENSE= lgpl
CONFLICTS= py*-omniorb-[0-9]*
+USES= pkgconfig
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomehack orbit2
@@ -27,6 +24,5 @@
USE_PYTHON= yes
GNU_CONFIGURE= yes
ORBIT_CONFIG= ${LOCALBASE}/bin/orbit2-config
-CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
.include <bsd.port.mk>
Modified: trunk/devel/py-orbit/distinfo
===================================================================
--- trunk/devel/py-orbit/distinfo 2014-03-01 23:18:03 UTC (rev 15998)
+++ trunk/devel/py-orbit/distinfo 2014-03-01 23:19:44 UTC (rev 15999)
@@ -1,4 +1,2 @@
-MD5 (gnome2/pyorbit-2.24.0.tar.bz2) = 574593815e75ee6e98062c75d6d1581f
SHA256 (gnome2/pyorbit-2.24.0.tar.bz2) = 8754669b8220aa1f151b920360029d5ea28c42bec55769059676725fe28397b8
-RMD160 (gnome2/pyorbit-2.24.0.tar.bz2) = 55aa1c3ac0739d398d8e9bbda93ef36f7c659360
SIZE (gnome2/pyorbit-2.24.0.tar.bz2) = 293054
More information about the Midnightbsd-cvs
mailing list