- use Sourceforge

- avoids issue with not having SSL support
- Adds LICENSE
- Uses proper RUBY_VER
- on request from myself, pkg-message was generalized by maintainer

PR:	ports/167096
Submitted by:	maintainer, bryan@shatow.net
This commit is contained in:
Jason Helfman 2012-04-20 16:43:12 +00:00
parent e39c09a64a
commit 88d8712308
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295157
3 changed files with 16 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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.
------------------------------------------------------------------------------