mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Upgrade to 0.36.
Unquote COMMENT. Ditch two-line plist file. Approved by: krion (mentor)
This commit is contained in:
parent
444126fdcc
commit
27f53a7e53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109230
3 changed files with 7 additions and 7 deletions
|
@ -6,18 +6,20 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= tftp-hpa
|
PORTNAME= tftp-hpa
|
||||||
PORTVERSION= 0.34
|
PORTVERSION= 0.36
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= ftp
|
CATEGORIES= ftp
|
||||||
MASTER_SITES= ftp://ftp.kernel.org/pub/software/network/tftp/
|
MASTER_SITES= ftp://ftp.kernel.org/pub/software/network/tftp/
|
||||||
|
|
||||||
MAINTAINER= brooks@FreeBSD.org
|
MAINTAINER= brooks@FreeBSD.org
|
||||||
COMMENT= "An advanced tftp server"
|
COMMENT= An advanced tftp server
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
|
||||||
|
PLIST_FILES= bin/tftp \
|
||||||
|
libexec/in.tftpd
|
||||||
|
|
||||||
MAN1= tftp.1
|
MAN1= tftp.1
|
||||||
MAN8= in.tftpd.8
|
MAN8= in.tftpd.8
|
||||||
MLINKS= in.tftpd.8 tftpd.8
|
MLINKS= in.tftpd.8 tftpd.8
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (tftp-hpa-0.34.tar.bz2) = 8da23f9cbf36b820a13e35eff14f50c5
|
MD5 (tftp-hpa-0.36.tar.bz2) = d8d69806b5f8ed423fe348dd12f67d2b
|
||||||
SIZE (tftp-hpa-0.34.tar.bz2) = 76752
|
SIZE (tftp-hpa-0.36.tar.bz2) = 75721
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
bin/tftp
|
|
||||||
libexec/in.tftpd
|
|
Loading…
Add table
Reference in a new issue