diff options
author | swills <swills@FreeBSD.org> | 2011-07-02 20:58:42 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-02 20:58:42 +0800 |
commit | b0cea87931bb09382eeba98a4a8ab949899ca0ab (patch) | |
tree | 2fb4d4a6d3c65ea0adcd161f2e61b9d6cdb62663 | |
parent | 234e03fda4665a8ffb455f4fa073a68b8ad09269 (diff) | |
download | freebsd-ports-gnome-b0cea87931bb09382eeba98a4a8ab949899ca0ab.tar.gz freebsd-ports-gnome-b0cea87931bb09382eeba98a4a8ab949899ca0ab.tar.zst freebsd-ports-gnome-b0cea87931bb09382eeba98a4a8ab949899ca0ab.zip |
- Deprecate ports which will be broken by upcoming ruby-gnome update
-rw-r--r-- | audio/ruby-musicextras/Makefile | 3 | ||||
-rw-r--r-- | deskutils/sshmenu/Makefile | 3 | ||||
-rw-r--r-- | japanese/gsuica/Makefile | 3 | ||||
-rw-r--r-- | science/gave/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/gnome-art/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/gnome-splashscreen-manager/Makefile | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/audio/ruby-musicextras/Makefile b/audio/ruby-musicextras/Makefile index 8425f20f11a4..190b019595ce 100644 --- a/audio/ruby-musicextras/Makefile +++ b/audio/ruby-musicextras/Makefile @@ -15,6 +15,9 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} MAINTAINER= ruby@FreeBSD.org COMMENT= Automatically retrieving extra information for songs +DEPRECATED= Upcoming ruby-gnome removes dependencies +EXPIRATION_DATE= 2011-08-02 + RUN_DEPENDS= ${RUBY_SITELIBDIR}/mp3info.rb:${PORTSDIR}/audio/ruby-mp3info \ ${RUBY_SITEARCHLIBDIR}/gnome2.so:${PORTSDIR}/x11/ruby-gnome2 \ ${RUBY_SITEARCHLIBDIR}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2 diff --git a/deskutils/sshmenu/Makefile b/deskutils/sshmenu/Makefile index 3da3caa0cc6b..1b07f5a8b19b 100644 --- a/deskutils/sshmenu/Makefile +++ b/deskutils/sshmenu/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= swills@FreeBSD.org COMMENT= GNOME panel applet for managing ssh connections +DEPRECATED= Upcoming ruby-gnome removes dependencies +EXPIRATION_DATE= 2011-08-02 + RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/panelapplet2.so:${PORTSDIR}/x11-toolkits/ruby-panelapplet \ ${RUBY_SITEARCHLIBDIR}/gconf2.so:${PORTSDIR}/devel/ruby-gconf2 \ ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 diff --git a/japanese/gsuica/Makefile b/japanese/gsuica/Makefile index 106e0a9fc40f..76567eea1d54 100644 --- a/japanese/gsuica/Makefile +++ b/japanese/gsuica/Makefile @@ -15,6 +15,9 @@ EXTRACT_SUFX= # empty MAINTAINER= ume@FreeBSD.org COMMENT= GNOME SUICA Viewer +DEPRECATED= Upcoming ruby-gnome removes dependencies +EXPIRATION_DATE= 2011-08-02 + RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gnome2.so:${PORTSDIR}/x11/ruby-gnome2 \ ${RUBY_SITEARCHLIBDIR}/gconf2.so:${PORTSDIR}/devel/ruby-gconf2 \ ${RUBY_SITEARCHLIBDIR}/pasori.so:${PORTSDIR}/devel/libpafe-ruby diff --git a/science/gave/Makefile b/science/gave/Makefile index ee8db0039737..dfb07a1634d4 100644 --- a/science/gave/Makefile +++ b/science/gave/Makefile @@ -15,6 +15,9 @@ DIST_SUBDIR= ruby MAINTAINER= murashin@gfd-dennou.org COMMENT= A gtk+ based grid data analyser and viewer written in Ruby +DEPRECATED= Upcoming ruby-gnome removes dependencies +EXPIRATION_DATE= 2011-08-02 + RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray \ ${RUBY_SITEARCHLIBDIR}/numru/dcl_raw.so:${PORTSDIR}/science/ruby-dcl \ ${RUBY_SITEARCHLIBDIR}/numru/netcdfraw.so:${PORTSDIR}/math/ruby-netcdf \ diff --git a/x11-themes/gnome-art/Makefile b/x11-themes/gnome-art/Makefile index a93e479d11cf..d454fc9133be 100644 --- a/x11-themes/gnome-art/Makefile +++ b/x11-themes/gnome-art/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://www.miketech.net/gnome-art/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Frontend for art.gnome.org +DEPRECATED= Upcoming ruby-gnome removes dependencies +EXPIRATION_DATE= 2011-08-02 + RUN_DEPENDS= gnome-splashscreen-manager:${PORTSDIR}/x11-themes/gnome-splashscreen-manager WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME} diff --git a/x11-themes/gnome-splashscreen-manager/Makefile b/x11-themes/gnome-splashscreen-manager/Makefile index bb1d5c0ba122..b2b26f332f8d 100644 --- a/x11-themes/gnome-splashscreen-manager/Makefile +++ b/x11-themes/gnome-splashscreen-manager/Makefile @@ -15,6 +15,9 @@ DISTNAME= gnome-art-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Gnome splash screen manager +DEPRECATED= Upcoming ruby-gnome removes dependencies +EXPIRATION_DATE= 2011-08-02 + BUILD_DEPENDS= gnome-session:${PORTSDIR}/x11/gnome-session \ ruby-glade-create-template:${PORTSDIR}/devel/ruby-libglade2 \ ${RUBY_SITEARCHLIBDIR}/gnome2.so:${PORTSDIR}/x11/ruby-gnome2 \ |