- Bump PORTREVISION

- Chase increase of devel/libnotify  shlib version.
This commit is contained in:
Martin Wilke 2006-06-29 04:46:02 +00:00
parent 47e23415da
commit 8ff6471ecc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166564
4 changed files with 8 additions and 5 deletions

View File

@ -8,7 +8,7 @@
PORTNAME= goobox
PORTVERSION= 0.9.93
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@ -42,7 +42,7 @@ BROKEN= does not build on 4.X
.endif
.if !defined(WITHOUT_NOTIFY)
LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
LIB_DEPENDS+= notify.2:${PORTSDIR}/devel/libnotify
CONFIGURE_ARGS+= --enable-notification
.else
CONFIGURE_ARGS+= --disable-notification

View File

@ -8,6 +8,7 @@
PORTNAME= rhythmbox
PORTVERSION= 0.9.5
PORTREVISION= 1
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9
@ -78,7 +79,7 @@ CONFIGURE_ARGS+= --disable-daap
.endif
.if !defined(WITHOUT_NOTIFY)
LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
LIB_DEPENDS+= notify.2:${PORTSDIR}/devel/libnotify
.else
CONFIGURE_ARGS+= --disable-libnotify
.endif

View File

@ -8,6 +8,7 @@
PORTNAME= rhythmbox
PORTVERSION= 0.9.5
PORTREVISION= 1
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9
@ -78,7 +79,7 @@ CONFIGURE_ARGS+= --disable-daap
.endif
.if !defined(WITHOUT_NOTIFY)
LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
LIB_DEPENDS+= notify.2:${PORTSDIR}/devel/libnotify
.else
CONFIGURE_ARGS+= --disable-libnotify
.endif

View File

@ -7,6 +7,7 @@
PORTNAME= gossip
PORTVERSION= 0.11.2
PORTREVISION= 1
CATEGORIES= net-im gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11
@ -44,7 +45,7 @@ BROKEN= does not build on 4.X
.endif
.if !defined(WITHOUT_NOTIFY)
LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
LIB_DEPENDS+= notify.2:${PORTSDIR}/devel/libnotify
.else
CONFIGURE_ARGS+= --enable-libnotify=no
.endif