git: 0ac932378c2b - main - devel/arduino-bsd-mk: Update to 2.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 22:38:10 UTC
The branch main has been updated by leres:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0ac932378c2bdd6a20eb5b7424b889ec43b37434
commit 0ac932378c2bdd6a20eb5b7424b889ec43b37434
Author: Craig Leres <leres@FreeBSD.org>
AuthorDate: 2024-01-21 22:37:38 +0000
Commit: Craig Leres <leres@FreeBSD.org>
CommitDate: 2024-01-21 22:37:38 +0000
devel/arduino-bsd-mk: Update to 2.5
Install man page in share/man.
Changes since 2.4:
- Install man page in ${PREFIX}/share by default.
---
devel/arduino-bsd-mk/Makefile | 7 +++++--
devel/arduino-bsd-mk/distinfo | 6 +++---
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/devel/arduino-bsd-mk/Makefile b/devel/arduino-bsd-mk/Makefile
index cea959ebd52e..6500fe527446 100644
--- a/devel/arduino-bsd-mk/Makefile
+++ b/devel/arduino-bsd-mk/Makefile
@@ -1,5 +1,5 @@
PORTNAME= arduino-bsd-mk
-PORTVERSION= 2.4
+PORTVERSION= 2.5
CATEGORIES= devel
MASTER_SITES= https://xse.com/leres/arduino/arduino-bsd-mk/ \
LOCAL/leres/arduino-bsd-mk
@@ -19,10 +19,13 @@ NO_MTREE= yes
PORTEXAMPLES= *
-PLIST_FILES= ${ALL_FILES} ${ALL_SCRIPTS:R} man/man7/bsd.arduino.mk.7.gz
+PLIST_FILES= ${ALL_FILES} ${ALL_SCRIPTS:R} \
+ share/man/man7/bsd.arduino.mk.7.gz
OPTIONS_DEFINE+= EXAMPLES
+MAKE_ARGS= MANPREFIX=${PREFIX}/share
+
ALL_FILES= arduino-bsd-mk/bsd.arduino.mk
ALL_SCRIPTS= arduino-bsd-mk/scripts/arduino-boards.py \
diff --git a/devel/arduino-bsd-mk/distinfo b/devel/arduino-bsd-mk/distinfo
index 787cd3e0bcfd..9ec177f7547d 100644
--- a/devel/arduino-bsd-mk/distinfo
+++ b/devel/arduino-bsd-mk/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659562618
-SHA256 (arduino-bsd-mk-2.4.tar.gz) = bd90380e8b265bfdd3139e22d225d58e985beab7245a9c2ec7e4c5064ec657de
-SIZE (arduino-bsd-mk-2.4.tar.gz) = 10698
+TIMESTAMP = 1705876512
+SHA256 (arduino-bsd-mk-2.5.tar.gz) = e9a1f34264f0e7a83e6a8004b72a8ed6b76f3d4cd47fda7ce2a38ec81323a9f1
+SIZE (arduino-bsd-mk-2.5.tar.gz) = 10753