Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2013 14:11:18 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333757 - head/devel/pyside
Message-ID:  <201311141411.rAEEBIa6049379@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Thu Nov 14 14:11:18 2013
New Revision: 333757
URL: http://svnweb.freebsd.org/changeset/ports/333757

Log:
  - Change (temporarily) MASTER_SITES, because dist files
    of v. 1.1.1 are no longer available  [1]
  - Use new syntax in LIB_DEPENDS
  
  Reported by:	Kostas Koukopoulos and 骑着毛驴去香格里拉 (via private email)  [1]

Modified:
  head/devel/pyside/Makefile

Modified: head/devel/pyside/Makefile
==============================================================================
--- head/devel/pyside/Makefile	Thu Nov 14 14:05:09 2013	(r333756)
+++ head/devel/pyside/Makefile	Thu Nov 14 14:11:18 2013	(r333757)
@@ -5,7 +5,7 @@ PORTNAME=	pyside
 PORTVERSION=	1.1.1
 PORTREVISION=	0
 CATEGORIES=	devel
-MASTER_SITES=	http://www.pyside.org/files/
+MASTER_SITES=	http://nivit.altervista.org/FreeBSD/ports/distfiles/
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
 DISTNAME=	${PORTNAME}-qt${QT4_VERSION:R}+${PORTVERSION}
 
@@ -14,9 +14,9 @@ COMMENT=	Python bindings for the Qt appl
 
 LICENSE=	LGPL21
 
-LIB_DEPENDS=	apiextractor:${PORTSDIR}/devel/apiextractor \
-		genrunner:${PORTSDIR}/devel/generatorrunner \
-		shiboken-${PYTHON_VERSION}:${PORTSDIR}/devel/shiboken
+LIB_DEPENDS=	libapiextractor.so:${PORTSDIR}/devel/apiextractor \
+		libgenrunner.so:${PORTSDIR}/devel/generatorrunner \
+		libshiboken-${PYTHON_VERSION}.so:${PORTSDIR}/devel/shiboken
 
 MANUAL_PACKAGE_BUILD=	requires x11-toolkits/qt4-gui with QGTKSTYLE enabled
 



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