diff options
author | Johan van Selst <johans@FreeBSD.org> | 2017-05-09 19:16:34 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2017-05-09 19:16:34 +0000 |
commit | d39e5b9ff096904420010ffa630f0ba50742ebb5 (patch) | |
tree | e358b749d3de7e96675cfdf3cde665525a7f8929 /comms/minicom | |
parent | 3e3c98fc277671a86756377f60b9e44868ea36cb (diff) | |
download | ports-d39e5b9ff096904420010ffa630f0ba50742ebb5.tar.gz ports-d39e5b9ff096904420010ffa630f0ba50742ebb5.zip |
Notes
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 11 | ||||
-rw-r--r-- | comms/minicom/distinfo | 5 |
2 files changed, 9 insertions, 7 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 7e8ef2cefc86..2e8a19db187c 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -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}/ diff --git a/comms/minicom/distinfo b/comms/minicom/distinfo index b54f41a00783..8a742f5e8433 100644 --- a/comms/minicom/distinfo +++ b/comms/minicom/distinfo @@ -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 |