Index: head/ports-mgmt/portupgrade/Makefile =================================================================== --- head/ports-mgmt/portupgrade/Makefile (revision 265022) +++ head/ports-mgmt/portupgrade/Makefile (revision 265023) @@ -1,92 +1,92 @@ # New ports collection makefile for: portupgrade # Date created: 18 March 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= portupgrade -PORTVERSION= 2.4.7 +PORTVERSION= 2.4.8 PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= ports-mgmt MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ DISTNAME= pkgtools-${DISTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= FreeBSD ports/packages administration and management tool suite OPTIONS= BDB4 "Use Berkeley DB >=2 as backend" on \ BDB1 "Use Berkeley DB 1.85 as backend" off CONFLICTS= portupgrade-devel-* USE_BZIP2= yes USE_RUBY= yes USE_LDCONFIG= ${PREFIX}/lib/compat/pkg MAKE_ARGS= PREFIX="${PREFIX}" RUBY="${RUBY}" MAN1= pkg_deinstall.1 \ pkg_fetch.1 \ pkg_glob.1 \ pkg_sort.1 \ pkgdb.1 \ pkgdu.1 \ portcvsweb.1 \ portsclean.1 \ portsdb.1 \ portupgrade.1 \ portversion.1 MAN5= pkgtools.conf.5 MLINKS= pkgdb.1 pkg_which.1 \ portupgrade.1 portinstall.1 \ portsdb.1 ports_glob.1 MANCOMPRESSED= maybe EXAMPLESDIR= ${PREFIX}/share/examples/pkgtools DOCSDIR= ${PREFIX}/share/doc/pkgtools INSTALL_TARGET= install .if !defined(NOPORTDOCS) INSTALL_TARGET+= install-doc .endif .include .if defined(WITH_BDB4) # For PKG_DBDRIVER={bdb_btree,bdb_hash} RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb .endif .if defined(WITH_BDB1) && !defined(WITH_BDB4) # For PKG_DBDRIVER={bdb1_btree,bdb1_hash} RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb1.so:${PORTSDIR}/databases/ruby-bdb1 .endif pre-extract: .if !defined(WITH_BDB4) && !defined(WITH_BDB1) @${ECHO_MSG} "=================================================================" @${ECHO_MSG} "Neither WITH_BDB4 nor WITH_BDB1 are defined. Will use DBD driver." @${ECHO_MSG} "=================================================================" .endif .if defined(WITH_BDB4) && defined(WITH_BDB1) @${ECHO_MSG} "=================================================================" @${ECHO_MSG} "Both WITH_BDB4 and WITH_BDB1 are defined. Will use BDB4 driver." @${ECHO_MSG} "=================================================================" .elif defined(WITH_BDB1) && exists(${RUBY_SITEARCHLIBDIR}/bdb.so) @${ECHO_MSG} "=================================================================" @${ECHO_MSG} "WITH_BDB1 is defined but ruby-bdb port installed." @${ECHO_MSG} "Remove ruby-bdb or redefine options." @${ECHO_MSG} "=================================================================" @exit 1 .endif post-install: if [ ! -f ${PREFIX}/etc/pkgtools.conf ]; then \ ${CP} -p ${PREFIX}/etc/pkgtools.conf.sample ${PREFIX}/etc/pkgtools.conf; \ fi ${MKDIR} ${PREFIX}/lib/compat/pkg ${CAT} ${PKGMESSAGE} .include Property changes on: head/ports-mgmt/portupgrade/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.259 \ No newline at end of property +1.260 \ No newline at end of property Index: head/ports-mgmt/portupgrade/distinfo =================================================================== --- head/ports-mgmt/portupgrade/distinfo (revision 265022) +++ head/ports-mgmt/portupgrade/distinfo (revision 265023) @@ -1,2 +1,2 @@ -SHA256 (pkgtools-2.4.7.tar.bz2) = 701fdfa66a35dabd13dc10c5e9706c57f5c53d417733b659ed22d150060958a5 -SIZE (pkgtools-2.4.7.tar.bz2) = 114948 +SHA256 (pkgtools-2.4.8.tar.bz2) = 93e597c99c4c2541ea9ecdd400b90709177e75f55ae75bd3cd9054863b882123 +SIZE (pkgtools-2.4.8.tar.bz2) = 120190 Property changes on: head/ports-mgmt/portupgrade/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.174 \ No newline at end of property +1.175 \ No newline at end of property