diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2017-05-04 13:30:23 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2017-05-04 13:30:23 +0000 |
commit | ff42e1580f674545c1e9e1e30edaf21f63fca633 (patch) | |
tree | 1abd57ddc66f26f557e33b7f1ddf95c8c6bc489f | |
parent | 058ddb5e2d196641ccac2065df648e3519791b2f (diff) | |
download | ports-ff42e1580f674545c1e9e1e30edaf21f63fca633.tar.gz ports-ff42e1580f674545c1e9e1e30edaf21f63fca633.zip |
Notes
-rw-r--r-- | lang/seed7/Makefile | 1 | ||||
-rw-r--r-- | lang/seed7/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index 5ece59c206cc..908ca6752b17 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -3,6 +3,7 @@ PORTNAME= seed7 DISTVERSION= 05_20170501 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/lang/seed7/pkg-plist b/lang/seed7/pkg-plist index f7e11e43f53a..f0569f6a967b 100644 --- a/lang/seed7/pkg-plist +++ b/lang/seed7/pkg-plist @@ -121,6 +121,7 @@ lib/seed7/lib/hmac.s7i lib/seed7/lib/html.s7i lib/seed7/lib/html_ent.s7i lib/seed7/lib/httpserv.s7i +lib/seed7/lib/http_response.s7i lib/seed7/lib/idxarray.s7i lib/seed7/lib/image.s7i lib/seed7/lib/inflate.s7i @@ -200,6 +201,7 @@ lib/seed7/lib/vecfont10.s7i lib/seed7/lib/vecfont18.s7i lib/seed7/lib/vector3d.s7i lib/seed7/lib/vectorfont.s7i +lib/seed7/lib/wildcard.s7i lib/seed7/lib/window.s7i lib/seed7/lib/wrinum.s7i lib/seed7/lib/x509cert.s7i |