diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-11 21:59:47 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-11 21:59:47 +0800 |
commit | 14f6eac5328c6e0318432ff56f2ed8c4925d7b3d (patch) | |
tree | 2015e43bc8319ab8afc24049da6744399385736d /audio | |
parent | 1aae2fcc1314dead2f9fd1d29bd26f1ebce013e4 (diff) | |
download | freebsd-ports-gnome-14f6eac5328c6e0318432ff56f2ed8c4925d7b3d.tar.gz freebsd-ports-gnome-14f6eac5328c6e0318432ff56f2ed8c4925d7b3d.tar.zst freebsd-ports-gnome-14f6eac5328c6e0318432ff56f2ed8c4925d7b3d.zip |
comms/lirc:
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample
Reported by: sbruno [1]
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3blaster/Makefile | 2 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 2 | ||||
-rw-r--r-- | audio/rosegarden/Makefile | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index 92a8648c51f4..7466fb743a03 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -3,7 +3,7 @@ PORTNAME= mp3blaster PORTVERSION= 3.2.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 47159e53f1c8..3afa5af5d835 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -4,7 +4,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.12.8 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile index 616d50c1f468..fe65a21df566 100644 --- a/audio/rosegarden/Makefile +++ b/audio/rosegarden/Makefile @@ -3,6 +3,7 @@ PORTNAME= rosegarden PORTVERSION= 14.02 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ |