diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gonvert/Makefile | 2 | ||||
-rw-r--r-- | misc/gonvert/distinfo | 4 | ||||
-rw-r--r-- | misc/gonvert/files/patch-gonvert.desktop | 16 |
3 files changed, 19 insertions, 3 deletions
diff --git a/misc/gonvert/Makefile b/misc/gonvert/Makefile index b5af406438dc..7b436a42868d 100644 --- a/misc/gonvert/Makefile +++ b/misc/gonvert/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gonvert -PORTVERSION= 0.2.37 +PORTVERSION= 0.2.38 CATEGORIES= misc python gnome MASTER_SITES= http://www.unihedron.com/projects/gonvert/downloads/ diff --git a/misc/gonvert/distinfo b/misc/gonvert/distinfo index 214c8be85b1e..5e057b782f42 100644 --- a/misc/gonvert/distinfo +++ b/misc/gonvert/distinfo @@ -1,2 +1,2 @@ -SHA256 (gonvert-0.2.37.tar.gz) = 4730f1acdba20269cb48b965005d075706830dc64c9c86351ed7ec6050b31205 -SIZE (gonvert-0.2.37.tar.gz) = 124834 +SHA256 (gonvert-0.2.38.tar.gz) = 0c93e35af5c9c618919346345fdffb62adafeda0e0fb918e2e5661480e89ffbd +SIZE (gonvert-0.2.38.tar.gz) = 124905 diff --git a/misc/gonvert/files/patch-gonvert.desktop b/misc/gonvert/files/patch-gonvert.desktop new file mode 100644 index 000000000000..c11e66485324 --- /dev/null +++ b/misc/gonvert/files/patch-gonvert.desktop @@ -0,0 +1,16 @@ +--- gonvert.desktop.orig 2015-05-31 12:59:25 UTC ++++ gonvert.desktop +@@ -1,9 +1,10 @@ + [Desktop Entry] +-Name=Unit Convertor ++Name=Gonvert ++GenericName=Unit Convertor + Comment=Convert between various units +-Icon=gonvert.png ++Icon=gonvert + Exec=gonvert + Terminal=false + Type=Application + StartupNotify=true +-Categories=GNOME;Application;Utility; ++Categories=Education;Math; |