diff options
author | olivierd <olivierd@FreeBSD.org> | 2015-01-30 19:03:37 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2015-01-30 19:03:37 +0800 |
commit | 3fff43842372a138116ce9fd687752ce255a5171 (patch) | |
tree | 5616ad201731886298573cbc7baa54b55c21c147 /x11-wm/plank | |
parent | 1a1443068b7ca08faed08529fe16ce11727198dc (diff) | |
download | freebsd-ports-gnome-3fff43842372a138116ce9fd687752ce255a5171.tar.gz freebsd-ports-gnome-3fff43842372a138116ce9fd687752ce255a5171.tar.zst freebsd-ports-gnome-3fff43842372a138116ce9fd687752ce255a5171.zip |
- Update to 0.8.1
- Remove unneeded patches
Diffstat (limited to 'x11-wm/plank')
-rw-r--r-- | x11-wm/plank/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/plank/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/plank/files/patch-lib__Factories__AbstractMain.vala | 11 | ||||
-rw-r--r-- | x11-wm/plank/files/patch-vapi__compat.vapi | 13 | ||||
-rw-r--r-- | x11-wm/plank/pkg-plist | 1 |
5 files changed, 5 insertions, 28 deletions
diff --git a/x11-wm/plank/Makefile b/x11-wm/plank/Makefile index 7f6ef2a9db42..94eda9478988 100644 --- a/x11-wm/plank/Makefile +++ b/x11-wm/plank/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= plank -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= x11-wm -MASTER_SITES= https://launchpadlibrarian.net/193895533/ \ +MASTER_SITES= https://launchpadlibrarian.net/195786947/ \ https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/ MAINTAINER= olivierd@FreeBSD.org diff --git a/x11-wm/plank/distinfo b/x11-wm/plank/distinfo index ca6a35a9ad02..d68ef384ab5c 100644 --- a/x11-wm/plank/distinfo +++ b/x11-wm/plank/distinfo @@ -1,2 +1,2 @@ -SHA256 (plank-0.8.0.tar.xz) = 6ce80465792f2b89b180c5273b820d05696dc3a59187d33a7fcd29fb528c89eb -SIZE (plank-0.8.0.tar.xz) = 880556 +SHA256 (plank-0.8.1.tar.xz) = e983db3a9c5b72eefd02b5fc9db731c0d2c63c7f98027c36f7e4f904ad14179f +SIZE (plank-0.8.1.tar.xz) = 886564 diff --git a/x11-wm/plank/files/patch-lib__Factories__AbstractMain.vala b/x11-wm/plank/files/patch-lib__Factories__AbstractMain.vala deleted file mode 100644 index 147014bf081a..000000000000 --- a/x11-wm/plank/files/patch-lib__Factories__AbstractMain.vala +++ /dev/null @@ -1,11 +0,0 @@ ---- ./lib/Factories/AbstractMain.vala.orig 2013-11-15 15:13:35.000000000 +0000 -+++ ./lib/Factories/AbstractMain.vala 2014-05-23 18:39:31.000000000 +0000 -@@ -163,7 +163,7 @@ - protected virtual void initialize_program () - { - // set program name -- prctl (15, exec_name); -+ setproctitle (exec_name); - Environment.set_prgname (exec_name); - - Posix.signal(Posix.SIGINT, sig_handler); diff --git a/x11-wm/plank/files/patch-vapi__compat.vapi b/x11-wm/plank/files/patch-vapi__compat.vapi deleted file mode 100644 index e1fc3266fdcb..000000000000 --- a/x11-wm/plank/files/patch-vapi__compat.vapi +++ /dev/null @@ -1,13 +0,0 @@ ---- vapi/compat.vapi.orig 2014-11-21 08:23:41 UTC -+++ vapi/compat.vapi -@@ -33,8 +33,8 @@ namespace Plank - [CCode (cheader_filename = "gtk/gtk.h", cname = "gtk_widget_shape_combine_region")] - public void gtk_widget_shape_combine_region (Gtk.Widget widget, Cairo.Region? region); - #endif -- [CCode (cheader_filename = "sys/prctl.h", cname = "prctl", sentinel = "")] -- public int prctl (int option, ...); -+ [CCode (cheader_filename = "unistd.h", cname = "setproctitle", sentinel = "")] -+ public void setproctitle (string fmt, ...); - - [CCode (cheader_filename = "unistd.h", cname = "getpid")] - public int getpid (); diff --git a/x11-wm/plank/pkg-plist b/x11-wm/plank/pkg-plist index 97e51caa99fd..21f64d81fdf3 100644 --- a/x11-wm/plank/pkg-plist +++ b/x11-wm/plank/pkg-plist @@ -56,6 +56,7 @@ share/icons/hicolor/64x64/apps/plank.svg %%NLS%%share/locale/sr@latin/LC_MESSAGES/plank.mo %%NLS%%share/locale/sv/LC_MESSAGES/plank.mo %%NLS%%share/locale/ta/LC_MESSAGES/plank.mo +%%NLS%%share/locale/te/LC_MESSAGES/plank.mo %%NLS%%share/locale/tr/LC_MESSAGES/plank.mo %%NLS%%share/locale/uk/LC_MESSAGES/plank.mo %%NLS%%share/locale/vi/LC_MESSAGES/plank.mo |