aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-04-20 16:43:12 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-04-20 16:43:12 +0000
commit88d871230895bb950e01f4a327d7b22b50a95eee (patch)
tree5c2ffc3485dcbccb64af24f014b51f35fee3ced4 /ports-mgmt
parente39c09a64a50631b614a140af4b9e5435385c956 (diff)
downloadports-88d871230895bb950e01f4a327d7b22b50a95eee.tar.gz
ports-88d871230895bb950e01f4a327d7b22b50a95eee.zip
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portupgrade/Makefile12
-rw-r--r--ports-mgmt/portupgrade/distinfo4
-rw-r--r--ports-mgmt/portupgrade/pkg-message16
3 files changed, 16 insertions, 16 deletions
diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile
index a8d7b5feda5c..0153048a5bb4 100644
--- a/ports-mgmt/portupgrade/Makefile
+++ b/ports-mgmt/portupgrade/Makefile
@@ -10,20 +10,20 @@ PORTVERSION= 2.4.9.3
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= ports-mgmt
-MASTER_SITES= http://github.com/pkgtools/pkgtools/tarball/${GITVERSION}/
-DISTNAME= pkgtools-pkgtools-${GITVERSION}
+MASTER_SITES= SF/portupgrade/pkgtools/${PORTVERSION}/
+DISTNAME= pkgtools-${PORTVERSION}
MAINTAINER= bryan@shatow.net
COMMENT= FreeBSD ports/packages administration and management tool suite
+LICENSE= BSD
+
OPTIONS= BDB4 "Use Berkeley DB >=2 as backend" on \
BDB1 "Use Berkeley DB 1.85 as backend" off
CONFLICTS_INSTALL= portupgrade-devel-*
-FETCH_ARGS= -Fpr
-GITVERSION= b99f3ce
-
+USE_BZIP2= yes
USE_RUBY= yes
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg
@@ -67,7 +67,7 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb1.so:${PORTSDIR}/databases/ruby-bdb1
.endif
# parsedate is needed for date globbing
-.if ${RUBY_DEFAULT_VER} == "1.9"
+.if ${RUBY_VER} == 1.9
RUN_DEPENDS+= ${RUBY_SITELIBDIR}/parsedate.rb:${PORTSDIR}/devel/ruby-date2
.endif
diff --git a/ports-mgmt/portupgrade/distinfo b/ports-mgmt/portupgrade/distinfo
index 4b3f51c610dc..510b9dfaa90d 100644
--- a/ports-mgmt/portupgrade/distinfo
+++ b/ports-mgmt/portupgrade/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pkgtools-pkgtools-b99f3ce.tar.gz) = bc60131071eb8b71493c1a0af756184ce4f5d535d971a60f7f1d02a4d0efb345
-SIZE (pkgtools-pkgtools-b99f3ce.tar.gz) = 98949
+SHA256 (pkgtools-2.4.9.3.tar.bz2) = 0d4a7345285e5c12215066ec805dddad4f07d32619e8e61f20f19e8851d6ce76
+SIZE (pkgtools-2.4.9.3.tar.bz2) = 79377
diff --git a/ports-mgmt/portupgrade/pkg-message b/ports-mgmt/portupgrade/pkg-message
index a8570c445d15..2b9b612df4c2 100644
--- a/ports-mgmt/portupgrade/pkg-message
+++ b/ports-mgmt/portupgrade/pkg-message
@@ -1,14 +1,14 @@
------------------------------------------------------------------------------
- Fill ALT_PKGDEP section in pkgtools.conf file for portupgrade
- be aware of alternative dependencies you use.
+ Fill ALT_PKGDEP section in pkgtools.conf file for portupgrade to be
+ aware of alternative dependencies you use.
E.g.
ALT_PKGDEP = {
- 'www/apache13' => 'www/apache13-modssl',
- 'print/ghostscript-gnu' => 'print/ghostscript-gpl',
+ # Use the -nox11 port when another port depends on category/portexample
+ 'category/portexample' => 'category/portexample-nox11',
}
- Note also, portupgrade knows nothing how to handle ports with different
- suffixes (E.g. -nox11). So you should explicitly define variables
- (E.g. WITHOUT_X11=yes) for the ports in /etc/make.conf or pkgtools.conf
- (MAKE_ARGS section) files.
+ Note also, portupgrade knows nothing about how to handle ports with
+ different suffixes (E.g. -nox11). So you should explicitly define
+ variables (E.g. WITHOUT_X11=yes) for the ports in /etc/make.conf or
+ pkgtools.conf (MAKE_ARGS section) files.
------------------------------------------------------------------------------