Date: Mon, 6 May 2019 09:31:29 +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: r500905 - head/deskutils/deforaos-todo Message-ID: <201905060931.x469VT5a097020@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon May 6 09:31:29 2019 New Revision: 500905 URL: https://svnweb.freebsd.org/changeset/ports/500905 Log: - Fix LICENSE - Add LICENSE_FILE - Add USES=gnome - Update WWW Approved by: portmgr blanket Modified: head/deskutils/deforaos-todo/Makefile head/deskutils/deforaos-todo/pkg-descr Modified: head/deskutils/deforaos-todo/Makefile ============================================================================== --- head/deskutils/deforaos-todo/Makefile Mon May 6 09:09:36 2019 (r500904) +++ head/deskutils/deforaos-todo/Makefile Mon May 6 09:31:29 2019 (r500905) @@ -11,13 +11,14 @@ DISTNAME= Todo-${PORTVERSION} MAINTAINER= olivier@FreeBSD.org COMMENT= DeforaOS desktop todo list -LICENSE= GPLv3 +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem \ libDesktop.so:x11/deforaos-libdesktop BUILD_DEPENDS= ${LOCALBASE}/include/Desktop/Mailer/plugin.h:mail/deforaos-mailer -USES= desktop-file-utils pkgconfig +USES= desktop-file-utils gnome pkgconfig USE_GNOME= gtk20 INSTALLS_ICONS= yes MAKE_ARGS+= PREFIX=${PREFIX} Modified: head/deskutils/deforaos-todo/pkg-descr ============================================================================== --- head/deskutils/deforaos-todo/pkg-descr Mon May 6 09:09:36 2019 (r500904) +++ head/deskutils/deforaos-todo/pkg-descr Mon May 6 09:31:29 2019 (r500905) @@ -1,3 +1,3 @@ DeforaOS desktop todo list -WWW: http://www.defora.org/ +WWW: https://www.defora.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905060931.x469VT5a097020>