Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2017 19:16:34 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440512 - head/comms/minicom
Message-ID:  <201705091916.v49JGYKe005095@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Tue May  9 19:16:34 2017
New Revision: 440512
URL: https://svnweb.freebsd.org/changeset/ports/440512

Log:
  - Update to minicom 2.7.1
  - Pet portlint

Modified:
  head/comms/minicom/Makefile
  head/comms/minicom/distinfo

Modified: head/comms/minicom/Makefile
==============================================================================
--- head/comms/minicom/Makefile	Tue May  9 19:05:07 2017	(r440511)
+++ head/comms/minicom/Makefile	Tue May  9 19:16:34 2017	(r440512)
@@ -2,16 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	minicom
-PORTVERSION=	2.7
-PORTREVISION=	1
+PORTVERSION=	2.7.1
 CATEGORIES=	comms
-MASTER_SITES=	https://alioth.debian.org/frs/download.php/file/3977/ \
-		http://alioth.debian.org/frs/download.php/file/3977/ \
+MASTER_SITES=	https://alioth.debian.org/frs/download.php/file/4215/ \
+		http://alioth.debian.org/frs/download.php/file/4215/ \
 		http://fossies.org/linux/misc/
 
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	MS-DOS Telix serial communication program "workalike"
 
+LICENSE=	GPLv2+
+
 RUN_DEPENDS=	lrz:comms/lrzsz
 
 OPTIONS_DEFINE=	DOCS NLS
@@ -37,7 +38,7 @@ post-patch:
 
 post-install:
 	${INSTALL} -d -m 0755 ${STAGEDIR}${PREFIX}/etc/minicom
-	${INSTALL} -d -o root -g wheel -m 0755 ${STAGEDIR}${DOCSDIR}
+	${INSTALL} -d -m 0755 ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/AUTHORS ${STAGEDIR}${DOCSDIR}/
 	${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}/
 	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR}/

Modified: head/comms/minicom/distinfo
==============================================================================
--- head/comms/minicom/distinfo	Tue May  9 19:05:07 2017	(r440511)
+++ head/comms/minicom/distinfo	Tue May  9 19:16:34 2017	(r440512)
@@ -1,2 +1,3 @@
-SHA256 (minicom-2.7.tar.gz) = 9ac3a663b82f4f5df64114b4792b9926b536c85f59de0f2d2b321c7626a904f4
-SIZE (minicom-2.7.tar.gz) = 863544
+TIMESTAMP = 1494356851
+SHA256 (minicom-2.7.1.tar.gz) = 532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1
+SIZE (minicom-2.7.1.tar.gz) = 875939



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