From owner-svn-ports-all@freebsd.org Mon Jan 21 07:54:25 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81BC4149B250; Mon, 21 Jan 2019 07:54:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 22D7473883; Mon, 21 Jan 2019 07:54:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 06E1EEC1D; Mon, 21 Jan 2019 07:54:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0L7sORo078253; Mon, 21 Jan 2019 07:54:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0L7sOcv078247; Mon, 21 Jan 2019 07:54:24 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201901210754.x0L7sOcv078247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 21 Jan 2019 07:54:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490828 - in head/astro/siril: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/astro/siril: . files X-SVN-Commit-Revision: 490828 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 22D7473883 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2019 07:54:25 -0000 Author: yuri Date: Mon Jan 21 07:54:23 2019 New Revision: 490828 URL: https://svnweb.freebsd.org/changeset/ports/490828 Log: astro/siril: Update 0.9.9 -> 0.9.10 Reported by: portscout Modified: head/astro/siril/Makefile head/astro/siril/distinfo head/astro/siril/files/patch-Makefile.am head/astro/siril/pkg-plist Modified: head/astro/siril/Makefile ============================================================================== --- head/astro/siril/Makefile Mon Jan 21 07:47:58 2019 (r490827) +++ head/astro/siril/Makefile Mon Jan 21 07:54:23 2019 (r490828) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= siril -DISTVERSION= 0.9.9 -PORTREVISION= 3 +DISTVERSION= 0.9.10 CATEGORIES= astro graphics MASTER_SITES= https://free-astro.org/download/ @@ -28,10 +27,12 @@ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ libtiff.so:graphics/tiff LIB_DEPENDS+= libopencv_photo.so:graphics/opencv # for some reason, configure fails without opencv, but executable only links to opencv-core -USES= autoreconf desktop-file-utils gettext gmake localbase pkgconfig jpeg shared-mime-info tar:bz2 +USES= autoreconf desktop-file-utils gettext gmake gnome localbase pkgconfig jpeg shared-mime-info tar:bz2 GNU_CONFIGURE= yes USE_GNOME= atk cairo gdkpixbuf2 gtk30 intltool pango INSTALLS_ICONS= yes + +WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= OPENMP OPTIONS_DEFAULT= OPENMP Modified: head/astro/siril/distinfo ============================================================================== --- head/astro/siril/distinfo Mon Jan 21 07:47:58 2019 (r490827) +++ head/astro/siril/distinfo Mon Jan 21 07:54:23 2019 (r490828) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528473133 -SHA256 (siril-0.9.9.tar.bz2) = 7958985393eca33b2db173090af78a46e42a7daefe7f6eaa7efa4ba261fa46f3 -SIZE (siril-0.9.9.tar.bz2) = 949633 +TIMESTAMP = 1548046440 +SHA256 (siril-0.9.10.tar.bz2) = caf9800a442bbe3991e820ffc66f41b453c6866f510e2934d236788c78f5be29 +SIZE (siril-0.9.10.tar.bz2) = 2318151 Modified: head/astro/siril/files/patch-Makefile.am ============================================================================== --- head/astro/siril/files/patch-Makefile.am Mon Jan 21 07:47:58 2019 (r490827) +++ head/astro/siril/files/patch-Makefile.am Mon Jan 21 07:54:23 2019 (r490828) @@ -1,6 +1,6 @@ ---- Makefile.am.orig 2017-11-13 22:13:16 UTC +--- Makefile.am.orig 2019-01-16 08:56:00 UTC +++ Makefile.am -@@ -17,11 +17,9 @@ install-data-local: +@@ -20,8 +20,6 @@ install-data-local: $(INSTALL_DATA) src/gui/siril3.glade $(DESTDIR)$(pkgdatadir) $(INSTALL_DATA) src/gui/gtk_old.css $(DESTDIR)$(pkgdatadir) $(INSTALL_DATA) src/gui/gtk.css $(DESTDIR)$(pkgdatadir) @@ -8,9 +8,4 @@ - $(INSTALL_DATA) AUTHORS LICENSE.md $(DESTDIR)$(docdir) $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(INSTALL_DATA) siril.1.gz $(DESTDIR)$(mandir)/man1 - - ACLOCAL_AMFLAGS = -I m4 - EXTRA_DIST = config.rpath --AUTOMAKE_OPTIONS = foreign -\ No newline at end of file -+AUTOMAKE_OPTIONS = foreign + $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/scripts/ Modified: head/astro/siril/pkg-plist ============================================================================== --- head/astro/siril/pkg-plist Mon Jan 21 07:47:58 2019 (r490827) +++ head/astro/siril/pkg-plist Mon Jan 21 07:54:23 2019 (r490828) @@ -7,11 +7,14 @@ share/icons/hicolor/24x24/apps/siril.png share/icons/hicolor/256x256/apps/siril.png share/icons/hicolor/32x32/apps/siril.png share/icons/hicolor/48x48/apps/siril.png +share/icons/hicolor/512x512/apps/siril.png +share/icons/hicolor/symbolic/apps/siril-symbolic.svg share/locale/el/LC_MESSAGES/siril.mo share/locale/es_ES/LC_MESSAGES/siril.mo share/locale/fr/LC_MESSAGES/siril.mo share/locale/it_IT/LC_MESSAGES/siril.mo share/locale/nl_BE/LC_MESSAGES/siril.mo +share/locale/pl_PL/LC_MESSAGES/siril.mo share/locale/zh_CN/LC_MESSAGES/siril.mo share/mime/packages/siril.xml %%DATADIR%%/gtk.css @@ -36,8 +39,16 @@ share/mime/packages/siril.xml %%DATADIR%%/pixmaps/rotate-cw.png %%DATADIR%%/pixmaps/rotate-cw_dark.png %%DATADIR%%/pixmaps/scale-slider-horz.png -%%DATADIR%%/pixmaps/siril_1.svg +%%DATADIR%%/pixmaps/siril.svg %%DATADIR%%/pixmaps/siril_logo.svg %%DATADIR%%/pixmaps/starfinder.png %%DATADIR%%/pixmaps/sum.png +%%DATADIR%%/scripts/DSLR_Preprocessing_Drizzle.ssf +%%DATADIR%%/scripts/DSLR_Preprocessing_NoDark.ssf +%%DATADIR%%/scripts/DSLR_Preprocessing_NoFlat.ssf +%%DATADIR%%/scripts/DSLR_Preprocessing_NoFlat_NoDark.ssf +%%DATADIR%%/scripts/DSLR_Preprocessing_NoFlat_NoDark_NoBias.ssf +%%DATADIR%%/scripts/DSLR_preprocessing.ssf +%%DATADIR%%/scripts/DSLR_preprocessing_Cosmetic.ssf +%%DATADIR%%/scripts/DSLR_preprocessing_Drizzle_Cosmetic.ssf %%DATADIR%%/siril3.glade