diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-09-11 20:10:18 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-09-11 20:10:18 +0000 |
commit | 179f774c4c2b60fc981d7a06f6356f4875794cb1 (patch) | |
tree | 15a3e675f2e4fc413c06c18f754a75854a4829d0 | |
parent | 5aac502bab3f209ac42de576fdc3309dd0eab39b (diff) | |
download | ports-179f774c4c2b60fc981d7a06f6356f4875794cb1.tar.gz ports-179f774c4c2b60fc981d7a06f6356f4875794cb1.zip |
Notes
-rw-r--r-- | archivers/rpm4/Makefile | 5 | ||||
-rw-r--r-- | archivers/rpm4/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index 4080d97b0347..3f050d1aea5d 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rpm -PORTVERSION= 4.11.2 -PORTREVISION= 2 +PORTVERSION= 4.11.3 CATEGORIES= archivers MASTER_SITES= http://rpm.org/releases/rpm-${PORTVERSION:R}.x/ \ ftp://ftp.mirrorservice.org/sites/ftp.rpm.org/pub/rpm/dist/rpm-${PORTVERSION:E}.x/ @@ -20,7 +19,7 @@ OPTIONS_DEFINE= PYTHON NLS DOCS OPTIONS_DEFAULT=PYTHON NLS OPTIONS_SUB= yes PYTHON_CONFIGURE_ENABLE=python -PYTHON_USE= PYTHON=2.7 +PYTHON_USES= python:2.7 NLS_CONFIGURE_ENABLE=nls NLS_USES= gettext NLS_LIBS= -lintl diff --git a/archivers/rpm4/distinfo b/archivers/rpm4/distinfo index 59ecaa4a71cf..4c6829d34cd8 100644 --- a/archivers/rpm4/distinfo +++ b/archivers/rpm4/distinfo @@ -1,2 +1,2 @@ -SHA256 (rpm-4.11.2.tar.bz2) = 403f8de632b33846ce5746f429c21a60f40dff9dcb56f1b4118f37a0652a48d4 -SIZE (rpm-4.11.2.tar.bz2) = 3988837 +SHA256 (rpm-4.11.3.tar.bz2) = 7da2771a7312f149d326badce97d61ff7ecb0940692acbac29675357ae0e0b03 +SIZE (rpm-4.11.3.tar.bz2) = 3907544 |