Index: head/net-im/scudcloud/Makefile =================================================================== --- head/net-im/scudcloud/Makefile (revision 461109) +++ head/net-im/scudcloud/Makefile (revision 461110) @@ -1,39 +1,39 @@ # Created by: Nicola Stanislao Vitale # $FreeBSD$ PORTNAME= scudcloud -PORTVERSION= 1.64 +PORTVERSION= 1.65 DISTVERSIONPREFIX= v CATEGORIES= net-im MAINTAINER= nivit@FreeBSD.org COMMENT= Desktop client app for Slack LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsmin>0:devel/py-jsmin@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sip>0:devel/py-sip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qt5-webkit>0:www/py-qt5-webkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qt5-webkitwidgets>0:www/py-qt5-webkitwidgets@${PY_FLAVOR} GH_ACCOUNT= raelgc HUNSPELL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hunspell>0:textproc/py-hunspell@${PY_FLAVOR} \ qupzilla:www/qupzilla-qt5 INSTALLS_ICONS= yes OPTIONS_DEFINE= HUNSPELL USES= python:3.4+ USE_GITHUB= yes USE_PYTHON= autoplist distutils optsuffix post-patch: @${REINPLACE_CMD} -i.bak -e 's,%%LOCALBASE%%,${LOCALBASE},1' \ ${WRKSRC}/share/${PORTNAME}.desktop \ ${WRKSRC}/${PORTNAME}/resources.py .include Index: head/net-im/scudcloud/distinfo =================================================================== --- head/net-im/scudcloud/distinfo (revision 461109) +++ head/net-im/scudcloud/distinfo (revision 461110) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516357189 -SHA256 (raelgc-scudcloud-v1.64_GH0.tar.gz) = 669d51cb9ef619afccbf0f9cf2f1d065cc88139e2adbf9d5f355c976e2f44328 -SIZE (raelgc-scudcloud-v1.64_GH0.tar.gz) = 185675 +TIMESTAMP = 1517820930 +SHA256 (raelgc-scudcloud-v1.65_GH0.tar.gz) = 1b5420a868a37e181655e9799a3d1fcbbc0b0112349c44ac3d7936b626334791 +SIZE (raelgc-scudcloud-v1.65_GH0.tar.gz) = 185658 Property changes on: head/net-im/scudcloud/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/net-im/scudcloud/files/patch-setup.py =================================================================== --- head/net-im/scudcloud/files/patch-setup.py (revision 461109) +++ head/net-im/scudcloud/files/patch-setup.py (revision 461110) @@ -1,11 +1,21 @@ --- setup.py.orig 2018-01-16 17:43:41 UTC +++ setup.py @@ -38,8 +38,6 @@ def _data_files(): files = glob.glob(os.path.join('share', 'icons', theme, '*.svg')) yield directory, files - yield os.path.join('share', 'doc', 'scudcloud'), \ - ['LICENSE', 'README'] yield os.path.join('share', 'applications'), \ glob.glob(os.path.join('share', '*.desktop')) yield os.path.join('share', 'pixmaps'), \ +@@ -59,8 +57,7 @@ setup(name='scudcloud', + maintainer='Andrew Stiegmann', + maintainer_email='andrew.stiegmann@gmail.com', + package_data = { +- # *.js will be processed separately +- 'scudcloud': ['resources/*.css', 'resources/*.html', 'resources/*.png',] ++ 'scudcloud': ['resources/*.css', 'resources/*.html', 'resources/*.png', 'resources/*.js'] + }, + packages=['scudcloud',], + requires=['dbus', 'PyQt5',], Property changes on: head/net-im/scudcloud/files/patch-setup.py ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property