diff options
author | jmmv <jmmv> | 2002-11-26 12:09:45 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2002-11-26 12:09:45 +0000 |
commit | 2bc59797ed7a0dc3c923b264f388a4b821bc4079 (patch) | |
tree | 7632e7c87dd5708e8540e1eb664c1a420ebb355e /devel/opencm/Makefile | |
parent | 6cce26257bb66864a33cfcacc4e2010d104a5363 (diff) | |
download | pkgsrc-2bc59797ed7a0dc3c923b264f388a4b821bc4079.tar.gz |
Update to opencm-0.1.0alpha18pl2.
Changes from alpha16:
Alpha 18. This release tracks file modification times, and restores
them on initial checkout. The need for restoration was driven by the
need to support the EROS cross environment build process, which was
tripping over autoconf because modification times were not being
preserved.
Alpha 17. This is a catch-up release to get various repaired bugs
into distribution. Also the first release to build on RedHat 8.0.
Approved by wiz.
This closes PR 18971.
Diffstat (limited to 'devel/opencm/Makefile')
-rw-r--r-- | devel/opencm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/opencm/Makefile b/devel/opencm/Makefile index a32d001ed5f..70a796c9b74 100644 --- a/devel/opencm/Makefile +++ b/devel/opencm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/09/19 08:37:30 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/11/26 12:09:45 jmmv Exp $ # DISTNAME= ${OPENCM_VERSION}-1-src @@ -15,7 +15,7 @@ USE_BUILDLINK2= YES USE_GMAKE= YES GNU_CONFIGURE= YES -OPENCM_VERSION= opencm-0.1.0alpha16 +OPENCM_VERSION= opencm-0.1.0alpha18pl2 CONF_FILES= ${PREFIX}/share/examples/opencm/opencm.conf ${PKG_SYSCONFDIR}/opencm.conf INFO_FILES= opencm.info |