diff options
author | tv <tv> | 2004-10-03 00:12:51 +0000 |
---|---|---|
committer | tv <tv> | 2004-10-03 00:12:51 +0000 |
commit | b5510d5a2d7f9a1406603d922ae5d8548950233c (patch) | |
tree | 7a77b0b911386450709129a67eb0551755a34953 /net/py-ORBit | |
parent | 3addbafa22111ee3e2673d59835bf69a03a74306 (diff) | |
download | pkgsrc-b5510d5a2d7f9a1406603d922ae5d8548950233c.tar.gz |
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Diffstat (limited to 'net/py-ORBit')
-rw-r--r-- | net/py-ORBit/Makefile | 4 | ||||
-rw-r--r-- | net/py-ORBit/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile index 8d0c098c1a4..0e34704239b 100644 --- a/net/py-ORBit/Makefile +++ b/net/py-ORBit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2004/07/22 09:16:03 recht Exp $ +# $NetBSD: Makefile,v 1.14 2004/10/03 00:17:57 tv Exp $ # DISTNAME= pyorbit-2.0.0 -PKGREVISION= 2 +PKGREVISION= 3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyorbit/ORBit/} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pyorbit/2.0/} diff --git a/net/py-ORBit/buildlink3.mk b/net/py-ORBit/buildlink3.mk index 20aec9ed9e8..39d64113a90 100644 --- a/net/py-ORBit/buildlink3.mk +++ b/net/py-ORBit/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2004/05/17 21:32:34 seb Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2004/10/03 00:17:57 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PY_ORBIT_BUILDLINK3_MK:= ${PY_ORBIT_BUILDLINK3_MK}+ @@ -14,7 +14,7 @@ BUILDLINK_PACKAGES+= pyorbit .if !empty(PY_ORBIT_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.pyorbit+= ${PYPKGPREFIX}-ORBit>=2.0.0nb1 -BUILDLINK_RECOMMENDED.pyorbit?= ${PYPKGPREFIX}-ORBit>=2.0.0nb2 +BUILDLINK_RECOMMENDED.pyorbit+= ${PYPKGPREFIX}-ORBit>=2.0.0nb3 BUILDLINK_PKGSRCDIR.pyorbit?= ../../net/py-ORBit .endif # PY_ORBIT_BUILDLINK3_MK |