Date: Sat, 30 Nov 2019 09:40:31 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518715 - in head/devel/libwfut: . files Message-ID: <201911300940.xAU9eVE1080240@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Nov 30 09:40:31 2019 New Revision: 518715 URL: https://svnweb.freebsd.org/changeset/ports/518715 Log: - Add LICENSE - Update WWW - Regenerate patch Approved by: portmgr blanket Modified: head/devel/libwfut/Makefile head/devel/libwfut/files/patch-tools-wfut.cpp head/devel/libwfut/pkg-descr Modified: head/devel/libwfut/Makefile ============================================================================== --- head/devel/libwfut/Makefile Sat Nov 30 09:38:15 2019 (r518714) +++ head/devel/libwfut/Makefile Sat Nov 30 09:40:31 2019 (r518715) @@ -10,6 +10,9 @@ MASTER_SITES= SF/worldforge/libwfut%20%28updates%20lib MAINTAINER= oliver@FreeBSD.org COMMENT= WorldForge update library +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 \ libcurl.so:ftp/curl Modified: head/devel/libwfut/files/patch-tools-wfut.cpp ============================================================================== --- head/devel/libwfut/files/patch-tools-wfut.cpp Sat Nov 30 09:38:15 2019 (r518714) +++ head/devel/libwfut/files/patch-tools-wfut.cpp Sat Nov 30 09:40:31 2019 (r518715) @@ -1,5 +1,5 @@ ---- tools/wfut.cpp.orig 2013-12-07 12:23:30.000000000 +0100 -+++ tools/wfut.cpp 2013-12-07 12:23:32.000000000 +0100 +--- tools/wfut.cpp.orig 2011-01-08 14:51:24 UTC ++++ tools/wfut.cpp @@ -7,6 +7,8 @@ #endif Modified: head/devel/libwfut/pkg-descr ============================================================================== --- head/devel/libwfut/pkg-descr Sat Nov 30 09:38:15 2019 (r518714) +++ head/devel/libwfut/pkg-descr Sat Nov 30 09:40:31 2019 (r518715) @@ -2,4 +2,4 @@ libwfut is a C++ implementation of the Java updater to It is primarily intended for use with WorldForge clients to allow integrated media updates, although it is not limited to this task. -WWW: http://worldforge.org/ +WWW: https://www.worldforge.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911300940.xAU9eVE1080240>