diff options
author | kwm <kwm@FreeBSD.org> | 2014-03-12 03:33:31 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-03-12 03:33:31 +0800 |
commit | 174e918e34c21b4d947cad67c2b3356aa356c6ce (patch) | |
tree | f1b4f8dc36883e843c74856ad62720e84708da1f /sysutils | |
parent | 935c4739b111c4bbc2c351de6542ddd51ea416db (diff) | |
download | freebsd-ports-gnome-174e918e34c21b4d947cad67c2b3356aa356c6ce.tar.gz freebsd-ports-gnome-174e918e34c21b4d947cad67c2b3356aa356c6ce.tar.zst freebsd-ports-gnome-174e918e34c21b4d947cad67c2b3356aa356c6ce.zip |
nautilus will be updated to the 3.x version when GNOME 3 will merged.
Deprecate the ports that are incompatible with the new 3.x version.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/eiciel/Makefile | 3 | ||||
-rw-r--r-- | sysutils/nautilus-cd-burner/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile index 7a653234e72d..dc122581aa6c 100644 --- a/sysutils/eiciel/Makefile +++ b/sysutils/eiciel/Makefile @@ -11,6 +11,9 @@ COMMENT= GNOME-based ACL editor, with integration into Nautilus LICENSE= GPLv2 +DEPRECATED= nautilus will be updated to the 3.x version which is not compatible with 2.x +EXPIRATION_DATE=2014-04-10 + USE_BZIP2= yes USES= gettext gmake pathfix pkgconfig USE_GNOME= gnomeprefix gtkmm24 libgnome nautilus2 diff --git a/sysutils/nautilus-cd-burner/Makefile b/sysutils/nautilus-cd-burner/Makefile index 77739780334b..232f8dee5031 100644 --- a/sysutils/nautilus-cd-burner/Makefile +++ b/sysutils/nautilus-cd-burner/Makefile @@ -12,6 +12,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= CD burner view for Nautilus +DEPRECATED= nautilus will be updated to the 3.x version which is not compatible with 2.x +EXPIRATION_DATE=2014-04-10 + BUILD_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount RUN_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ cdrdao:${PORTSDIR}/sysutils/cdrdao \ |