Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2018 18:38:00 +0000 (UTC)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479331 - head/devel/avr-gdb
Message-ID:  <201809091838.w89Ic0j0066096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joerg
Date: Sun Sep  9 18:38:00 2018
New Revision: 479331
URL: https://svnweb.freebsd.org/changeset/ports/479331

Log:
  Put "iconv" into USES.
  
  Add LICENSE, as suggested by portlint.

Modified:
  head/devel/avr-gdb/Makefile

Modified: head/devel/avr-gdb/Makefile
==============================================================================
--- head/devel/avr-gdb/Makefile	Sun Sep  9 18:27:56 2018	(r479330)
+++ head/devel/avr-gdb/Makefile	Sun Sep  9 18:38:00 2018	(r479331)
@@ -3,17 +3,19 @@
 
 PORTNAME=	gdb
 PORTVERSION=	7.3.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 PKGNAMEPREFIX=	avr-
-DISTNAME=	gdb-${PORTVERSION}
 
 MAINTAINER=	joerg@FreeBSD.org
 COMMENT=	GNU GDB for the AVR target
+
+LICENSE=	GPLv3
+
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 
-USES=		gmake ncurses tar:bzip2
+USES=		gmake ncurses tar:bzip2 iconv
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--target=avr --program-prefix=avr --disable-nls \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809091838.w89Ic0j0066096>