mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
upgrade to 0.3.1
This commit is contained in:
parent
85b47506be
commit
2bc86b3a64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44811
3 changed files with 8 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= net-http
|
PORTNAME= net-http
|
||||||
PORTVERSION= 0.2
|
PORTVERSION= 0.3.1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://evan.prodromou.san-francisco.ca.us/software/net-http/
|
MASTER_SITES= http://evan.prodromou.san-francisco.ca.us/software/net-http/
|
||||||
|
|
||||||
|
@ -21,7 +21,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${MKDIR} ${LOCALBASE}/share/guile/1.4/net
|
${CP} -R ${WRKSRC}/net ${LOCALBASE}/share/guile/1.4/net
|
||||||
${INSTALL_DATA} ${WRKSRC}/net/http.scm ${LOCALBASE}/share/guile/1.4/net
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (net-http-0.2.tar.gz) = 685be98e2054551c42277f2b0dad2688
|
MD5 (net-http-0.3.1.tar.gz) = b9428523889522933e4a55c7621ddfdb
|
||||||
|
|
|
@ -1,2 +1,7 @@
|
||||||
share/guile/1.4/net/http.scm
|
share/guile/1.4/net/http.scm
|
||||||
|
share/guile/1.4/net/http/client.scm
|
||||||
|
share/guile/1.4/net/http/message.scm
|
||||||
|
share/guile/1.4/net/http/server.scm
|
||||||
|
share/guile/1.4/net/http/util.scm
|
||||||
|
@dirrm share/guile/1.4/net/http
|
||||||
@dirrm share/guile/1.4/net
|
@dirrm share/guile/1.4/net
|
||||||
|
|
Loading…
Add table
Reference in a new issue