forked from Lainports/freebsd-ports
archivers/rpm4: Fix build (was missing pkg-plist changes due to update)
The upgrade from version 4.11.2 => 4.11.3 required several lines in the pkg-plist to be changed, but the file wasn't modified. "Just fix it" now. BTW, the pkg-plist needs badly to be alphabetized, but I didn't do this.
This commit is contained in:
parent
079319a2ae
commit
ea3f80e6c0
2 changed files with 11 additions and 7 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= rpm
|
||||
PORTVERSION= 4.11.3
|
||||
PORTREVISION= 1
|
||||
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/
|
||||
|
|
|
|||
|
|
@ -46,16 +46,17 @@ include/rpm/rpmfc.h
|
|||
include/rpm/rpmspec.h
|
||||
lib/librpm.so
|
||||
lib/librpm.so.3
|
||||
lib/librpm.so.3.2.1
|
||||
lib/librpm.so.3.2.2
|
||||
lib/librpmbuild.so
|
||||
lib/librpmbuild.so.3
|
||||
lib/librpmbuild.so.3.2.1
|
||||
lib/librpmbuild.so.3.2.2
|
||||
lib/librpmio.so
|
||||
lib/librpmio.so.3
|
||||
lib/librpmio.so.3.2.1
|
||||
lib/librpmio.so.3.2.2
|
||||
lib/librpmsign.so
|
||||
lib/librpmsign.so.1
|
||||
lib/librpmsign.so.1.2.1
|
||||
lib/librpmsign.so.1.2.2
|
||||
lib/rpm/appdata.prov
|
||||
lib/rpm/rpm.daily
|
||||
lib/rpm/rpm.log
|
||||
lib/rpm/macros.perl
|
||||
|
|
@ -165,6 +166,7 @@ lib/rpm/platform/sh-freebsd/macros
|
|||
lib/rpm/platform/sh3-freebsd/macros
|
||||
lib/rpm/platform/sh4-freebsd/macros
|
||||
lib/rpm/platform/sh4a-freebsd/macros
|
||||
lib/rpm/platform/m68k-freebsd/macros
|
||||
lib/rpm-plugins/exec.so
|
||||
man/fr/man8/rpm.8.gz
|
||||
man/ja/man8/rpm.8.gz
|
||||
|
|
@ -224,13 +226,14 @@ man/sk/man8/rpm.8.gz
|
|||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/rpm.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/rpm.mo
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/__init__.py
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpmmodule.so
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpmbmodule.so
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpmsmodule.so
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpm.so
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpmb.so
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpms.so
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/transaction.py
|
||||
libdata/pkgconfig/rpm.pc
|
||||
@dirrm lib/rpm/fileattrs
|
||||
@dirrm lib/rpm-plugins
|
||||
@dirrm lib/rpm/platform/m68k-freebsd
|
||||
@dirrm lib/rpm/platform/aarch64-freebsd
|
||||
@dirrm lib/rpm/platform/noarch-freebsd
|
||||
@dirrm lib/rpm/platform/athlon-freebsd
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue