svn commit: r440512 - head/comms/minicom

Johan van Selst johans at FreeBSD.org
Tue May 9 19:16:36 UTC 2017


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


More information about the svn-ports-all mailing list