Update minicom to 2.6.2
This commit is contained in:
parent
6f980ae34c
commit
b54d7c840a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311786
2 changed files with 6 additions and 11 deletions
|
@ -1,15 +1,10 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: minicom
|
||||
# Date created: Fri Dec 01, 1995
|
||||
# Whom: obrien@cs.ucdavis.edu
|
||||
#
|
||||
# Created by: obrien@cs.ucdavis.edu
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= minicom
|
||||
PORTVERSION= 2.6.1
|
||||
PORTVERSION= 2.6.2
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://alioth.debian.org/frs/download.php/3700/
|
||||
MASTER_SITES= http://alioth.debian.org/frs/download.php/3869/
|
||||
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= An MS-DOS Telix serial communication program "workalike"
|
||||
|
@ -65,7 +60,7 @@ post-install:
|
|||
${CHMOD} 4511 ${PREFIX}/bin/minicom
|
||||
${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/etc/minicom
|
||||
${CHOWN} uucp ${PREFIX}/etc/minicom
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if !${PORT_OPTIONS:MDOCS}
|
||||
${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (minicom-2.6.1.tar.gz) = a6e7bf533c3796f3a67a7d109f328d46497c687ed13885bd1be4ce0548fc4f56
|
||||
SIZE (minicom-2.6.1.tar.gz) = 830485
|
||||
SHA256 (minicom-2.6.2.tar.gz) = f3cf215f7914ffa5528e398962176102ad74df27ba38958142f56aa6d15c9168
|
||||
SIZE (minicom-2.6.2.tar.gz) = 855340
|
||||
|
|
Loading…
Reference in a new issue