Re: [kde-freebsd] FreeBSD ports you maintain which are out of date

2016-01-06 Thread Adriaan de Groot
On Wednesday 06 January 2016 16:55:07 portsc...@freebsd.org wrote:
> www/otter-browser   | 0.9.07  | v0.9.09

This one is already in area51. It builds, but I haven't actually used it 
(shuffliing disks around, I don't have any VM to try it with right now).

[ade]
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] FreeBSD ports you maintain which are out of date

2016-01-06 Thread Raphael Kubo da Costa
Adriaan de Groot  writes:

> On Wednesday 06 January 2016 16:55:07 portsc...@freebsd.org wrote:
>> www/otter-browser   | 0.9.07  | v0.9.09
>
> This one is already in area51. It builds, but I haven't actually used it 
> (shuffliing disks around, I don't have any VM to try it with right
> now).

Yeah, alonso@ sent a diff for approval a few days ago, it's just waiting
for him to land it: https://reviews.freebsd.org/D4789
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] FreeBSD ports you maintain which are out of date

2015-09-06 Thread Adriaan de Groot
On Saturday 05 September 2015 11:12:53 portsc...@freebsd.org wrote:
> textproc/libkolabxml| 1.1.0   | 1.1.1

Here's a patch (made against area51 plasma5 branch, but applies to official 
ports too) that updates it. Not much changed.

[ade]Index: Makefile
===
--- Makefile	(revision 11428)
+++ Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libkolabxml
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.1
 CATEGORIES=	textproc
 MASTER_SITES=	http://mirror.kolabsys.com/pub/releases/
 
Index: distinfo
===
--- distinfo	(revision 11428)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (libkolabxml-1.1.0.tar.gz) = 5743bc7cbee168932faeddefcea00eadddbc6eca90f39e76ca77f9a2ac53d462
-SIZE (libkolabxml-1.1.0.tar.gz) = 128174
+SHA256 (libkolabxml-1.1.1.tar.gz) = 98b6a9fb9e792fd0a1e4e249f22e5f85670a9a4432c5b58b1b625b2985042f3b
+SIZE (libkolabxml-1.1.1.tar.gz) = 128675
Index: pkg-plist
===
--- pkg-plist	(revision 11428)
+++ pkg-plist	(working copy)
@@ -17,4 +17,4 @@
 lib/cmake/Libkolabxml/LibkolabxmlTargets.cmake
 lib/libkolabxml.so
 lib/libkolabxml.so.1
-lib/libkolabxml.so.1.1
+lib/libkolabxml.so.1.1.1
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] FreeBSD ports you maintain which are out of date

2015-09-06 Thread Raphael Kubo da Costa
Adriaan de Groot  writes:

> On Saturday 05 September 2015 11:12:53 portsc...@freebsd.org wrote:
>> textproc/libkolabxml| 1.1.0   | 1.1.1
>
> Here's a patch (made against area51 plasma5 branch, but applies to official
> ports too) that updates it. Not much changed.

Committed:
https://svnweb.freebsd.org/ports?view=revision=396226

Thanks!
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information