From 395263544455df9d384a42c8b6af068b902b0dfa Mon Sep 17 00:00:00 2001 From: ckuethe Date: Wed, 9 Dec 2009 16:34:06 +0000 Subject: [PATCH] Take maintainership of the avr toolchain, bump package names. "I'm rarely using it nowadays." martin@ "you can remove myself from the maintainers" aanriot@ --- devel/avr/Makefile.inc | 6 ++---- devel/avr/binutils/Makefile | 4 ++-- devel/avr/gcc/Makefile | 4 ++-- devel/avr/gdb/Makefile | 4 ++-- devel/avr/libc/Makefile | 4 ++-- 5 files changed, 10 insertions(+), 12 deletions(-) diff --git a/devel/avr/Makefile.inc b/devel/avr/Makefile.inc index ef3abec8045..a6ebff09ffa 100644 --- a/devel/avr/Makefile.inc +++ b/devel/avr/Makefile.inc @@ -1,10 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.4 2009/07/12 20:55:19 ckuethe Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2009/12/09 16:34:06 ckuethe Exp $ CATEGORIES= devel -MAINTAINER= Martin Reindl \ - Alexandre Anriot \ - Chris Kuethe +MAINTAINER= Chris Kuethe CONFIGURE_STYLE=gnu diff --git a/devel/avr/binutils/Makefile b/devel/avr/binutils/Makefile index 1d67997c656..1051b6763f2 100644 --- a/devel/avr/binutils/Makefile +++ b/devel/avr/binutils/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2009/07/12 20:55:19 ckuethe Exp $ +# $OpenBSD: Makefile,v 1.6 2009/12/09 16:34:06 ckuethe Exp $ COMMENT= Atmel AVR 8-bit RISC microcontrollers' GNU binutils VER= 2.18 DISTNAME= binutils-${VER} -PKGNAME= avr-binutils-${VER}p0 +PKGNAME= avr-binutils-${VER}p1 EXTRACT_SUFX= .tar.bz2 HOMEPAGE= http://www.gnu.org/software/binutils/ diff --git a/devel/avr/gcc/Makefile b/devel/avr/gcc/Makefile index d76a433fd72..d89643e7f45 100644 --- a/devel/avr/gcc/Makefile +++ b/devel/avr/gcc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2009/07/12 20:55:19 ckuethe Exp $ +# $OpenBSD: Makefile,v 1.13 2009/12/09 16:34:06 ckuethe Exp $ COMMENT= Atmel AVR 8-bit RISC microcontrollers' XGCC @@ -20,7 +20,7 @@ MAKE_ADA=No DISTNAME= gcc-${V} EXTRACT_SUFX= .tar.bz2 -PKGNAME= avr-gcc-${V}p1 +PKGNAME= avr-gcc-${V}p2 MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-$(V)/} diff --git a/devel/avr/gdb/Makefile b/devel/avr/gdb/Makefile index d1053aa28c6..4ea463723da 100644 --- a/devel/avr/gdb/Makefile +++ b/devel/avr/gdb/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2009/07/12 20:55:19 ckuethe Exp $ +# $OpenBSD: Makefile,v 1.6 2009/12/09 16:34:06 ckuethe Exp $ COMMENT= Atmel AVR 8-bit RISC microcontrollers' GNU gdb VER= 6.3 DISTNAME= gdb-${VER} -PKGNAME= avr-gdb-${VER}p2 +PKGNAME= avr-gdb-${VER}p3 HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html diff --git a/devel/avr/libc/Makefile b/devel/avr/libc/Makefile index 0fab376a755..b70d1e39a7e 100644 --- a/devel/avr/libc/Makefile +++ b/devel/avr/libc/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2009/07/12 20:55:19 ckuethe Exp $ +# $OpenBSD: Makefile,v 1.14 2009/12/09 16:34:06 ckuethe Exp $ COMMENT= libc for Atmel AVR 8-bit RISC microcontrollers DISTNAME= avr-libc-1.6.6 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 HOMEPAGE= http://www.nongnu.org/avr-libc/