Date: Wed, 24 Jul 2019 09:02:19 +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: r507268 - head/deskutils/conduit Message-ID: <201907240902.x6O92JAG040918@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 24 09:02:19 2019 New Revision: 507268 URL: https://svnweb.freebsd.org/changeset/ports/507268 Log: - Add LICENSE - Pet portlint - Switch to USES=localbase - Add NO_ARCH - Switch to options helpers - Update WWW Approved by: portmgr blanket Modified: head/deskutils/conduit/Makefile head/deskutils/conduit/pkg-descr Modified: head/deskutils/conduit/Makefile ============================================================================== --- head/deskutils/conduit/Makefile Wed Jul 24 09:00:05 2019 (r507267) +++ head/deskutils/conduit/Makefile Wed Jul 24 09:02:19 2019 (r507268) @@ -11,6 +11,9 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Synchronization application for GNOME +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:graphics/py-goocanvas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vobject>=0.4.8:deskutils/py-vobject@${PY_FLAVOR} \ @@ -22,29 +25,23 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:g ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ xdg-open:devel/xdg-utils -GNU_CONFIGURE= yes -USES= gettext gmake pathfix pkgconfig python:2.7 \ +USES= gettext gmake localbase:ldflags pathfix pkgconfig python:2.7 \ shebangfix +GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib USE_GNOME= intltool pygnome2 gnomeprefix gnomedocutils CONFIGURE_ARGS= --disable-nautilus-extension SHEBANG_FILES= conduit/conduit.real \ tools/conduit-client +NO_ARCH= yes OPTIONS_DEFINE= EOG OPTIONS_DEFAULT=EOG EOG_DESC= Build Eye-Of-Gnome Plugin - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MEOG} -BUILD_DEPENDS+= eog:graphics/eog -RUN_DEPENDS+= eog:graphics/eog -CONFIGURE_ARGS+= --enable-eog-plugin -.endif +EOG_BUILD_DEPENDS= eog:graphics/eog +EOG_RUN_DEPENDS= eog:graphics/eog +EOG_CONFIGURE_ON= --enable-eog-plugin post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ Modified: head/deskutils/conduit/pkg-descr ============================================================================== --- head/deskutils/conduit/pkg-descr Wed Jul 24 09:00:05 2019 (r507267) +++ head/deskutils/conduit/pkg-descr Wed Jul 24 09:02:19 2019 (r507268) @@ -1,4 +1,4 @@ Synchronization application for GNOME. It allows you to synchronize your data between online web services (Gmail, backpackit.com, etc) and your computer. -WWW: http://www.conduit-project.org/ +WWW: https://wiki.gnome.org/action/show/Attic/Conduit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907240902.x6O92JAG040918>