pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

avra: Update to avra-1.4.2



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Sun Jun 19 12:38:16 2022 -0400
Changeset:	7a248f17092f7c944919d7bc9a63f1bf812035bb

Modified Files:
	avra/DESCR
	avra/Makefile
	avra/distinfo
Removed Files:
	avra/TODO
	avra/patches/patch-Makefile

Log Message:
avra: Update to avra-1.4.2

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7a248f17092f7c944919d7bc9a63f1bf812035bb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 avra/DESCR                  |  3 +--
 avra/Makefile               |  3 ++-
 avra/TODO                   |  2 --
 avra/distinfo               |  7 +++----
 avra/patches/patch-Makefile | 15 ---------------
 5 files changed, 6 insertions(+), 24 deletions(-)

diffs:
diff --git a/avra/DESCR b/avra/DESCR
index bfa14a55db..1fef7de9de 100644
--- a/avra/DESCR
+++ b/avra/DESCR
@@ -1,5 +1,4 @@
 Assember for the Atmel AVR microcontroller family
 
 AVRA is an assembler for Atmel AVR microcontrollers, and it is almost
-compatible with Atmel's own assembler AVRASM32. The programming principles
-andc onceptions are based on the ANSI programming language "C".
+compatible with Atmel's own assembler, AVRASM32. AVRA is written in C99.
diff --git a/avra/Makefile b/avra/Makefile
index a943cd29cd..4356a33e6e 100644
--- a/avra/Makefile
+++ b/avra/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	avra-1.4.1
+DISTNAME=	avra-1.4.2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hsoft/}
 
@@ -10,5 +10,6 @@ COMMENT=	Assember for the Atmel AVR microcontroller family
 LICENSE=	gnu-gpl-v2
 
 USE_TOOLS+=	gmake
+TEST_TARGET=	check
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/avra/TODO b/avra/TODO
deleted file mode 100644
index c921d7a422..0000000000
--- a/avra/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-Build on other platforms besides NetBSD. Makefile may not be portable.
-Run tests.
diff --git a/avra/distinfo b/avra/distinfo
index 723c6061ac..18d4b14158 100644
--- a/avra/distinfo
+++ b/avra/distinfo
@@ -1,6 +1,5 @@
 $NetBSD$
 
-RMD160 (avra-1.4.1.tar.gz) = 5952a06427ee400a66d91728b7a1d2e21b730af0
-SHA512 (avra-1.4.1.tar.gz) = 2ee5edb6f8b2a39d1197970121ce3313f99b2137c590ab963f6943958d3a761f4bb37b80d54f727e1a4a4afc62ea4ac576af9ef85a71f741739a6ce4a60a9a1c
-Size (avra-1.4.1.tar.gz) = 386055 bytes
-SHA1 (patch-Makefile) = 8b6351f554cff594de9b1b61703472992e9f9a2f
+BLAKE2s (avra-1.4.2.tar.gz) = ae02c5ac9b961dcaa37ade9234f9f26b4e9a56b39737fc5708d462e6947fa47e
+SHA512 (avra-1.4.2.tar.gz) = f51a43b1b28102d6180ce27e74b50642de8f3d18fa35a82904fddaac993e87e1096667f2245bebfad92e4ba3283330f6ac4b6083e486be5af9edca7b7e90e56f
+Size (avra-1.4.2.tar.gz) = 392445 bytes
diff --git a/avra/patches/patch-Makefile b/avra/patches/patch-Makefile
deleted file mode 100644
index fc233c288e..0000000000
--- a/avra/patches/patch-Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Allow setting PREFIX in Makefile.
-
---- Makefile.orig	2019-04-24 20:15:58.000000000 +0000
-+++ Makefile
-@@ -11,7 +11,7 @@ DISTFILES = src \
- 	COPYING \
- 	Makefile \
- 
--PREFIX = /usr/local
-+PREFIX?= /usr/local
- TARGET_INCLUDE_PATH = $(PREFIX)/include/avr
- 
- CDEFS = -DDEFAULT_INCLUDE_PATH='"$(TARGET_INCLUDE_PATH)"' \


Home | Main Index | Thread Index | Old Index