diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-04-30 22:00:43 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-04-30 22:00:43 +0000 |
commit | e830277d415976085a02273db2a5f3005b1dfc4a (patch) | |
tree | 43bee88a5f939236234ad27547e9572e0efa2d1e /audio/linux-libvorbis | |
parent | ddb4285dd2a5b2f0add91622eff2f4de5672badf (diff) |
bsd.linux-rpm.mk:
- document some variables
- set some variables based upon presets [1]
- automatically guess the src RPM (needs to be overidden for multi-RPM
ports) [1]
- allow to specify complete directories or a set of files for
automatic brandelf handling (BRANDELF_DIRS/BRANDELF_FILES) [1]
- add fc3 to the automatic plist handling [1]
- allow to override the linux-rpm-generate-plist target
- also detect @dirrmtry in the automatic plist handling [1]
- adopt the new-plist target to the new world order [1]
ports: [1,2]
- edit WRKSRC (add rpm/i386/${LINUX_DIST}/${LINUX_DIST_VER})
- add source distfiles to distinfo to allow auto fetching sources
with defined PACKAGE_BUILDING;
- remove some variables already defined at linux-rpm
(i.e. MASTRE_SITE_SUBDIR);
- add LINUX_DIST_VER to every port (in case default linux_base
changes);
- bump PORTREVISION (so that the ports build cluster puts the
src and binary RPM's to the new location)
- update linux-openal to the newest FC3 port
All errors are mine because of cut&paste patch merging.
Aproved by: maintainer [2]
Reviewed on: multimedia [1]
Submitted by: Boris Samorodov <bsam@ipt.ru> [1]
Notes
Notes:
svn path=/head/; revision=160975
Diffstat (limited to 'audio/linux-libvorbis')
-rw-r--r-- | audio/linux-libvorbis/Makefile | 3 | ||||
-rw-r--r-- | audio/linux-libvorbis/distinfo.i386 | 9 |
2 files changed, 8 insertions, 4 deletions
diff --git a/audio/linux-libvorbis/Makefile b/audio/linux-libvorbis/Makefile index a10c4b002d42..7d7e5e71f565 100644 --- a/audio/linux-libvorbis/Makefile +++ b/audio/linux-libvorbis/Makefile @@ -7,7 +7,7 @@ PORTNAME= libvorbis DISTVERSION= 1.1.0-1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio linux MAINTAINER= jylefort@FreeBSD.org @@ -17,6 +17,7 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libogg.so.0:${PORTSDIR}/audio/linux-libogg ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes +LINUX_DIST_VER= 3 INSTALLS_SHLIB= yes AUTOMATIC_PLIST=yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr diff --git a/audio/linux-libvorbis/distinfo.i386 b/audio/linux-libvorbis/distinfo.i386 index 9094f671a1ee..523df43a0e6a 100644 --- a/audio/linux-libvorbis/distinfo.i386 +++ b/audio/linux-libvorbis/distinfo.i386 @@ -1,3 +1,6 @@ -MD5 (libvorbis-1.1.0-1.i386.rpm) = 59f208bbf878f6d41e7687ea0716c86f -SHA256 (libvorbis-1.1.0-1.i386.rpm) = a7253de71a2934d3e3e0a421aa7b798319921829558494fe9d1cb5526fdb0622 -SIZE (libvorbis-1.1.0-1.i386.rpm) = 189788 +MD5 (rpm/i386/fedora/3/libvorbis-1.1.0-1.i386.rpm) = 59f208bbf878f6d41e7687ea0716c86f +SHA256 (rpm/i386/fedora/3/libvorbis-1.1.0-1.i386.rpm) = a7253de71a2934d3e3e0a421aa7b798319921829558494fe9d1cb5526fdb0622 +SIZE (rpm/i386/fedora/3/libvorbis-1.1.0-1.i386.rpm) = 189788 +MD5 (rpm/i386/fedora/3/libvorbis-1.1.0-1.src.rpm) = e91a42ddfc1f959b375f494e5c1997ad +SHA256 (rpm/i386/fedora/3/libvorbis-1.1.0-1.src.rpm) = da4618c92bd07860421a823d515efbb90db7c20a529f7835e3fb374ac8b8beb3 +SIZE (rpm/i386/fedora/3/libvorbis-1.1.0-1.src.rpm) = 1314220 |