svn commit: r479331 - head/devel/avr-gdb

Joerg Wunsch joerg at FreeBSD.org
Sun Sep 9 18:38:01 UTC 2018


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 at 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 \


More information about the svn-ports-head mailing list