diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-02-24 09:11:16 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-02-24 09:11:16 +0800 |
commit | 1e43ff2e31d6200b65a11d11cd57a2c5ab0da39c (patch) | |
tree | 9e9cec39491eba0e8ec0399bc15bf5d8ae6e8190 /archivers | |
parent | a5a5ee3984f723001dbf5c00f940a02793e3b8ee (diff) | |
download | freebsd-ports-gnome-1e43ff2e31d6200b65a11d11cd57a2c5ab0da39c.tar.gz freebsd-ports-gnome-1e43ff2e31d6200b65a11d11cd57a2c5ab0da39c.tar.zst freebsd-ports-gnome-1e43ff2e31d6200b65a11d11cd57a2c5ab0da39c.zip |
- Changed the beecrypt shlib version to check, after it was decremented
in the beecrypt upstream distribution
- Bumped PORTREVISION
PR: ports/144246
Submitted by: glarkin
Approved by: Anders F Bjorklund <afb@rpm5.org> (maintainer)
Feature safe: yes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rpm5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index 529cea61ee6f..868fe0797a09 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -6,7 +6,7 @@ PORTNAME= rpm PORTVERSION= 5.0.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= archivers MASTER_SITES= http://rpm5.org/files/rpm/rpm-5.0/ PATCHFILES= rpm-5.0.3.1.patch @@ -18,7 +18,7 @@ COMMENT= The RPM Package Manager LIB_DEPENDS= db-${DB_VERSION:C/(.)/\1./}:${PORTSDIR}/databases/db${DB_VERSION} \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ popt.0:${PORTSDIR}/devel/popt \ - beecrypt.10:${PORTSDIR}/security/beecrypt \ + beecrypt.7:${PORTSDIR}/security/beecrypt \ neon.28:${PORTSDIR}/www/neon28 \ magic:${PORTSDIR}/sysutils/file \ xar:${PORTSDIR}/archivers/xar \ |