Date: Sun, 10 Jan 2021 10:41:34 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561052 - in head/graphics/azpainterb: . files Message-ID: <202101101041.10AAfYh2010079@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sun Jan 10 10:41:33 2021 New Revision: 561052 URL: https://svnweb.freebsd.org/changeset/ports/561052 Log: - Update AzPainterB to the latest version 1.1.3 - Remove docdir-related patch hunks (upstreamed) Modified: head/graphics/azpainterb/Makefile head/graphics/azpainterb/distinfo head/graphics/azpainterb/files/patch-Makefile.in Modified: head/graphics/azpainterb/Makefile ============================================================================== --- head/graphics/azpainterb/Makefile Sun Jan 10 10:37:21 2021 (r561051) +++ head/graphics/azpainterb/Makefile Sun Jan 10 10:41:33 2021 (r561052) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= azpainterb -DISTVERSION= 1.1.3b2 +PORTVERSION= 1.1.3 CATEGORIES= graphics MASTER_SITES= http://azsky2.html.xdomain.jp/arc/ @@ -21,7 +21,7 @@ USE_XORG= x11 xext xi HAS_CONFIGURE= yes CONFIGURE_ARGS= --docdir="${DOCSDIR}" CC="${CC}" -PORTDOCS= AUTHORS ChangeLog README README_ja manual_ja.html +PORTDOCS= AUTHORS ChangeLog ReadMe_en ReadMe_ja manual_ja.html OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes Modified: head/graphics/azpainterb/distinfo ============================================================================== --- head/graphics/azpainterb/distinfo Sun Jan 10 10:37:21 2021 (r561051) +++ head/graphics/azpainterb/distinfo Sun Jan 10 10:41:33 2021 (r561052) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602977709 -SHA256 (azpainterb-1.1.3b2.tar.xz) = 6a7651d365c1f7387f332d5c13bb4f8633056965825ecf9e5c809a0dbabc5598 -SIZE (azpainterb-1.1.3b2.tar.xz) = 590508 +TIMESTAMP = 1607121900 +SHA256 (azpainterb-1.1.3.tar.xz) = 03777b03e92f679a0fc737e8ef1f851a18c73bd546bb9a4a26d609cad4c6df2b +SIZE (azpainterb-1.1.3.tar.xz) = 590404 Modified: head/graphics/azpainterb/files/patch-Makefile.in ============================================================================== --- head/graphics/azpainterb/files/patch-Makefile.in Sun Jan 10 10:37:21 2021 (r561051) +++ head/graphics/azpainterb/files/patch-Makefile.in Sun Jan 10 10:41:33 2021 (r561052) @@ -1,28 +1,11 @@ ---- Makefile.in.orig 2020-10-17 15:00:00 UTC +--- Makefile.in.orig 2020-12-04 15:00:00 UTC +++ Makefile.in -@@ -4,6 +4,7 @@ prefix := @PREFIX@ - bindir := @BINDIR@ - datarootdir := @DATAROOTDIR@ - datadir := @DATADIR@/@PACKAGE_NAME@ -+docdir := @DOCDIR@ - package_name := @PACKAGE_NAME@ - package_version := @PACKAGE_VERSION@ - package_full := $(package_name)-$(package_version) -@@ -194,7 +195,7 @@ install: - $(DESTDIR)$(datarootdir)/applications \ - $(DESTDIR)$(datarootdir)/icons/hicolor/48x48/apps \ - $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps \ -- $(DESTDIR)$(datadir)/doc \ -+ $(DESTDIR)$(docdir) \ - $(DESTDIR)$(datadir)/13x13 \ - $(DESTDIR)$(datadir)/16x16 \ - $(DESTDIR)$(datadir)/20x20 \ -@@ -207,7 +208,7 @@ install: - $(instfile) desktop/icons/hicolor/48x48/apps/azpainterb.png $(DESTDIR)$(datarootdir)/icons/hicolor/48x48/apps - $(instfile) desktop/icons/hicolor/scalable/apps/azpainterb.svg $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps +@@ -209,7 +209,7 @@ install: + $(inst_file) desktop/azpainterb.png $(DESTDIR)$(datarootdir)/icons/hicolor/48x48/apps + $(inst_file) desktop/azpainterb.svg $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps -- $(instfile) GPL3 AUTHORS ChangeLog README README_ja manual_ja.html $(DESTDIR)$(datadir)/doc -+ $(instfile) AUTHORS ChangeLog README README_ja manual_ja.html $(DESTDIR)$(docdir) +- $(inst_file) GPL3 AUTHORS ChangeLog ReadMe_en ReadMe_ja manual_ja.html $(DESTDIR)$(docdir) ++ $(inst_file) AUTHORS ChangeLog ReadMe_en ReadMe_ja manual_ja.html $(DESTDIR)$(docdir) - $(instfile) data/brushlist.dat data/grad.dat data/sckey.conf \ + $(inst_file) data/brushlist.dat data/grad.dat data/sckey.conf \ data/coltype.png data/icon.png data/texlib.dat \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101101041.10AAfYh2010079>