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

(-)Makefile (-3 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	rpm
4
PORTNAME=	rpm
5
PORTVERSION=	4.13.0.1
5
PORTVERSION=	4.13.0.2
6
CATEGORIES=	archivers
6
CATEGORIES=	archivers
7
MASTER_SITES=	http://ftp.rpm.org/releases/rpm-${PORTVERSION:R:R}.x/
7
MASTER_SITES=	http://ftp.rpm.org/releases/rpm-${PORTVERSION:R:R}.x/
8
PKGNAMESUFFIX=	4
8
PKGNAMESUFFIX=	4
Lines 15-21 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
15
15
16
LIB_DEPENDS=	libpopt.so:devel/popt \
16
LIB_DEPENDS=	libpopt.so:devel/popt \
17
		libnss3.so:security/nss
17
		libnss3.so:security/nss
18
BUILD_DEPENDS=	${LOCALBASE}/bin/gsed:textproc/gsed
19
18
20
USES=		alias bdb gmake libarchive libtool lua:51 pathfix pkgconfig \
19
USES=		alias bdb gmake libarchive libtool lua:51 pathfix pkgconfig \
21
		shebangfix tar:bzip2
20
		shebangfix tar:bzip2
Lines 50-56 PLIST_SUB= VERSION=${PORTVERSION} \ Link Here
50
PORTDOCS=	*
49
PORTDOCS=	*
51
50
52
OPTIONS_DEFINE=	PYTHON PLUGINS NLS DOCS
51
OPTIONS_DEFINE=	PYTHON PLUGINS NLS DOCS
53
OPTIONS_DEFAULT=PYTHON PLUGINS
52
OPTIONS_DEFAULT=PYTHON
54
OPTIONS_SUB=	yes
53
OPTIONS_SUB=	yes
55
54
56
PYTHON_CONFIGURE_ENABLE=python
55
PYTHON_CONFIGURE_ENABLE=python
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1490795784
1
TIMESTAMP = 1510109070
2
SHA256 (rpm-4.13.0.1.tar.bz2) = 27fc7ba7d419622b1ce34d6507aa70b0808bc344021d298072a0c2ec165f9b0d
2
SHA256 (rpm-4.13.0.2.tar.bz2) = 2f3e2c07c354d16f2305ddd93ed030c8403d59b272f2fb6722445b091ff14194
3
SIZE (rpm-4.13.0.1.tar.bz2) = 4305261
3
SIZE (rpm-4.13.0.2.tar.bz2) = 3809178

Return to bug 223540