diff options
author | wiz <wiz> | 2002-07-07 10:21:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-07-07 10:21:38 +0000 |
commit | 7e7212882abb6722e3b7fb134c6ea631251ed18f (patch) | |
tree | b6dbc0f109dbb62301f61a9690f3241b0265908b /devel/boost | |
parent | 4e233459dc8fe7c4f150d4cdbc4c2fb194aed33e (diff) | |
download | pkgsrc-7e7212882abb6722e3b7fb134c6ea631251ed18f.tar.gz |
Distfile is now versioned, so we don't need DIST_SUBDIR any longer.
Some minor cleanup.
Diffstat (limited to 'devel/boost')
-rw-r--r-- | devel/boost/Makefile | 10 | ||||
-rw-r--r-- | devel/boost/distinfo | 7 |
2 files changed, 7 insertions, 10 deletions
diff --git a/devel/boost/Makefile b/devel/boost/Makefile index 354b3c87687..77cc962e59e 100644 --- a/devel/boost/Makefile +++ b/devel/boost/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2002/07/07 02:30:51 jschauma Exp $ +# $NetBSD: Makefile,v 1.13 2002/07/07 10:21:38 wiz Exp $ -DISTNAME= boost -PKGNAME= ${DISTNAME}-1.28 +DISTNAME= boost_1_28_0 +PKGNAME= ${DISTNAME:C/_/-/:C/_/./g} CATEGORIES= devel MASTER_SITES= http://boost.sourceforge.net/release/ -DISTFILES= ${DISTNAME}_1_28_0.tar.gz MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.boost.org/ @@ -13,9 +12,6 @@ COMMENT= free, portable libraries that integrate with the ISO C++ Standard Libr # Need working <limits> and <memory> not present in NetBSD yet. DEPENDS+= sgi-stl>=3.2:../../devel/sgi-stl -DIST_SUBDIR= ${PKGNAME} -WRKSRC= ${WRKDIR}/${DISTNAME}_1_28_0 - USE_LIBTOOL= # defined BOOST_VERS= 0:0 MAKE_ENV+= BOOST_VERS="${BOOST_VERS}" diff --git a/devel/boost/distinfo b/devel/boost/distinfo index 039f8fb7c28..92013dd0776 100644 --- a/devel/boost/distinfo +++ b/devel/boost/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.3 2002/07/07 02:30:52 jschauma Exp $ +$NetBSD: distinfo,v 1.4 2002/07/07 10:21:38 wiz Exp $ -SHA1 (boost-1.28/boost_1_28_0.tar.gz) = d46e4bc89c557dc28cad715c544c3ffdb83593ca -Size (boost-1.28/boost_1_28_0.tar.gz) = 4195589 bytes +SHA1 (boost_1_28_0.tar.gz) = d46e4bc89c557dc28cad715c544c3ffdb83593ca +Size (boost_1_28_0.tar.gz) = 4195589 bytes +SHA1 (patch-aa) = a8321f84ea29295a57ea767ba1425e548a6a2461 |