View | Details | Raw Unified | Return to bug 170266
Collapse All | Expand All

(-)Makefile (-5 / +6 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	portupgrade
8
PORTNAME=	portupgrade
9
PORTVERSION=	2.4.9.5
9
PORTVERSION=	2.4.9.6
10
PORTEPOCH=	2
10
PORTEPOCH=	2
11
CATEGORIES=	ports-mgmt
11
CATEGORIES=	ports-mgmt
12
MASTER_SITES=	SF/portupgrade/pkgtools/${PORTVERSION}/ \
12
MASTER_SITES=	SF/portupgrade/pkgtools/dist/ \
13
		http://www.shatow.net/freebsd/
13
		http://mirror.shatow.net/freebsd/pkgtools/
14
DISTNAME=	pkgtools-${PORTVERSION}
14
DISTNAME=	pkgtools-${PORTVERSION}
15
15
16
MAINTAINER=	bryan@shatow.net
16
MAINTAINER=	bryan@shatow.net
Lines 18-27 COMMENT= FreeBSD ports/packages administration and management tool suite Link Here
18
18
19
LICENSE=	BSD
19
LICENSE=	BSD
20
20
21
OPTIONS_DEFINE=	DB_OVERRIDE
21
NO_OPTIONS_SORT=yes
22
OPTIONS_DEFINE=	DOCS DB_OVERRIDE
22
OPTIONS_SINGLE=	DB_OVERRIDE
23
OPTIONS_SINGLE=	DB_OVERRIDE
23
OPTIONS_SINGLE_DB_OVERRIDE=	BDB4 BDB1
24
OPTIONS_SINGLE_DB_OVERRIDE=	BDB4 BDB1
24
OPTIONS_DEFAULT=	DB_OVERRIDE BDB4
25
OPTIONS_DEFAULT=	DB_OVERRIDE BDB4 DOCS
25
DB_OVERRIDE_DESC=	Override DB backend instead of default DBM
26
DB_OVERRIDE_DESC=	Override DB backend instead of default DBM
26
BDB1_DESC=	Use Berkeley DB 1
27
BDB1_DESC=	Use Berkeley DB 1
27
BDB4_DESC=	Use Berkeley DB >=2
28
BDB4_DESC=	Use Berkeley DB >=2
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pkgtools-2.4.9.5.tar.bz2) = 7b573511729f044035e135f786b77bf94c3057ad2fe7ff3da2a32b3d1e6790a2
1
SHA256 (pkgtools-2.4.9.6.tar.bz2) = 17e162c40910d8b25de1d62c21ec76375e86e36bfd7b07d447b2bef18480d514
2
SIZE (pkgtools-2.4.9.5.tar.bz2) = 80111
2
SIZE (pkgtools-2.4.9.6.tar.bz2) = 80316

Return to bug 170266