diff options
author | netchild <netchild@FreeBSD.org> | 2006-05-01 06:00:43 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-05-01 06:00:43 +0800 |
commit | 1682fa176cedff7219d8f8cf06f0d7d60e7e7f92 (patch) | |
tree | 46c358d33c5793554f640cf98fa3a99e56a60c99 /audio/linux-f10-libogg | |
parent | 7e6f80714d21295eb506631c08747dc9e37a698c (diff) | |
download | freebsd-ports-gnome-1682fa176cedff7219d8f8cf06f0d7d60e7e7f92.tar.gz freebsd-ports-gnome-1682fa176cedff7219d8f8cf06f0d7d60e7e7f92.tar.zst freebsd-ports-gnome-1682fa176cedff7219d8f8cf06f0d7d60e7e7f92.zip |
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]
Diffstat (limited to 'audio/linux-f10-libogg')
-rw-r--r-- | audio/linux-f10-libogg/Makefile | 4 | ||||
-rw-r--r-- | audio/linux-f10-libogg/distinfo.i386 | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/audio/linux-f10-libogg/Makefile b/audio/linux-f10-libogg/Makefile index 92598befc87e..72c0f7564991 100644 --- a/audio/linux-f10-libogg/Makefile +++ b/audio/linux-f10-libogg/Makefile @@ -7,15 +7,15 @@ PORTNAME= libogg DISTVERSION= 1.1.2-2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio linux -MASTER_SITE_SUBDIR= 4/${LINUX_RPM_ARCH}/os/Fedora/RPMS/ MAINTAINER= jylefort@FreeBSD.org COMMENT= Ogg bitstream library (Linux version) ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes +LINUX_DIST_VER= 4 INSTALLS_SHLIB= yes AUTOMATIC_PLIST=yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr diff --git a/audio/linux-f10-libogg/distinfo.i386 b/audio/linux-f10-libogg/distinfo.i386 index 0e2b8865bd61..682b5b1f7d1f 100644 --- a/audio/linux-f10-libogg/distinfo.i386 +++ b/audio/linux-f10-libogg/distinfo.i386 @@ -1,3 +1,6 @@ -MD5 (libogg-1.1.2-2.i386.rpm) = d919dbbf758b1a1bd0ef8265e9b824ea -SHA256 (libogg-1.1.2-2.i386.rpm) = 66cf5abe033d80fad01755e7be5f21aadefd80125c9f51938677fe1c95bdbc61 -SIZE (libogg-1.1.2-2.i386.rpm) = 16555 +MD5 (rpm/i386/fedora/4/libogg-1.1.2-2.i386.rpm) = d919dbbf758b1a1bd0ef8265e9b824ea +SHA256 (rpm/i386/fedora/4/libogg-1.1.2-2.i386.rpm) = 66cf5abe033d80fad01755e7be5f21aadefd80125c9f51938677fe1c95bdbc61 +SIZE (rpm/i386/fedora/4/libogg-1.1.2-2.i386.rpm) = 16555 +MD5 (rpm/i386/fedora/4/libogg-1.1.2-2.src.rpm) = 6efdbff9dbd34b17c87556af4be0b9ff +SHA256 (rpm/i386/fedora/4/libogg-1.1.2-2.src.rpm) = cb698b8f539874633cba98da5c9498cd081e30f3ba4ec6a149b63491756d5c4a +SIZE (rpm/i386/fedora/4/libogg-1.1.2-2.src.rpm) = 424192 |