Update port to 3.2, now with versioned distfiles
This commit is contained in:
parent
c366329953
commit
3f764a1927
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41038
2 changed files with 3 additions and 4 deletions
|
@ -6,10 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= rfc
|
||||
PORTVERSION= 3.0
|
||||
PORTVERSION= 3.2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.dewn.com/rfc/
|
||||
DISTNAME= ${PORTNAME}
|
||||
EXTRACT_SUFX=
|
||||
|
||||
MAINTAINER= jedgar@FreeBSD.org
|
||||
|
@ -29,6 +28,6 @@ do-configure:
|
|||
s|lynx|w3m|' ${WRKDIR}/${DISTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/rfc ${PREFIX}/bin/rfc
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/${DISTNAME:S/-${PORTVERSION}//}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (rfc) = 005e473ca506f3e84895bd12835fd33a
|
||||
MD5 (rfc-3.2) = e362402f2d64c1623bc75b60759674f6
|
||||
|
|
Loading…
Reference in a new issue