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-arts | |
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-arts')
-rw-r--r-- | audio/linux-arts/Makefile | 5 | ||||
-rw-r--r-- | audio/linux-arts/distinfo.i386 | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/audio/linux-arts/Makefile b/audio/linux-arts/Makefile index 47081a22e1cd..00b3a87f59d7 100644 --- a/audio/linux-arts/Makefile +++ b/audio/linux-arts/Makefile @@ -7,7 +7,7 @@ PORTNAME= arts DISTVERSION= 1.3.0-4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio kde linux MAINTAINER= jylefort@FreeBSD.org @@ -15,8 +15,11 @@ COMMENT= Audio system for the KDE integrated X11 desktop (Linux version) ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes +LINUX_DIST_VER= 3 INSTALLS_SHLIB= yes AUTOMATIC_PLIST= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +BRANDELF_DIRS= usr + .include <bsd.port.mk> diff --git a/audio/linux-arts/distinfo.i386 b/audio/linux-arts/distinfo.i386 index 90bf86a44296..f176edc4332c 100644 --- a/audio/linux-arts/distinfo.i386 +++ b/audio/linux-arts/distinfo.i386 @@ -1,3 +1,6 @@ -MD5 (arts-1.3.0-4.i386.rpm) = d758fd89abb6bb80dfc944557b546b40 -SHA256 (arts-1.3.0-4.i386.rpm) = 06a6ef2683d5d957d35a8584304b1db93c7d4568434595c4111dcc7f9d6a9ef2 -SIZE (arts-1.3.0-4.i386.rpm) = 1136312 +MD5 (rpm/i386/fedora/3/arts-1.3.0-4.i386.rpm) = d758fd89abb6bb80dfc944557b546b40 +SHA256 (rpm/i386/fedora/3/arts-1.3.0-4.i386.rpm) = 06a6ef2683d5d957d35a8584304b1db93c7d4568434595c4111dcc7f9d6a9ef2 +SIZE (rpm/i386/fedora/3/arts-1.3.0-4.i386.rpm) = 1136312 +MD5 (rpm/i386/fedora/3/arts-1.3.0-4.src.rpm) = d80aff550109ae4dd8ec00bd3fb50350 +SHA256 (rpm/i386/fedora/3/arts-1.3.0-4.src.rpm) = 044711b4873ae9b71308cdf0dc297543a3c89373657132ede633fa6d6fa3ecff +SIZE (rpm/i386/fedora/3/arts-1.3.0-4.src.rpm) = 977930 |