Skip to content

Commit

Permalink
www/angie: update to 1.3.0
Browse files Browse the repository at this point in the history
PR:		274123
  • Loading branch information
lonerr authored and lwhsu committed Sep 28, 2023
1 parent a9234e9 commit e27f7c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions www/angie/Makefile
@@ -1,6 +1,5 @@
PORTNAME?= angie
PORTVERSION= 1.2.0
PORTREVISION= 1
PORTVERSION= 1.3.0
CATEGORIES+= www
MASTER_SITES+= https://download.angie.software/files/:angie
DISTNAME= angie-${DISTVERSIONFULL}
Expand Down Expand Up @@ -116,7 +115,6 @@ OPTIONS_DEFINE?= DEBUG
OPTIONS_DEFAULT?= DEBUG
DEBUG_DESC?= Include debug version


.include <bsd.port.options.mk>

post-patch-DEBUG-on:
Expand Down Expand Up @@ -168,13 +166,15 @@ do-install:
.for i in fastcgi.conf fastcgi_params mime.types scgi_params uwsgi_params
${INSTALL_DATA} ${WRKSRC}/conf/${i} ${STAGEDIR}${ETCDIR}/${i}.sample
.endfor
${INSTALL_DATA} ${WRKSRC}/conf/prometheus_all.conf \
${STAGEDIR}${ETCDIR}/prometheus_all.conf.sample

${INSTALL_DATA} ${WRKDIR}/angie.conf.sample \
${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${WRKDIR}/default.conf.sample \
${STAGEDIR}${ETCDIR}/http.d
${INSTALL_DATA} ${WRKDIR}/example.conf.sample \
${STAGEDIR}${ETCDIR}/stream.d

.for i in 50x.html index.html
${INSTALL_DATA} ${WRKSRC}/html/${i} ${STAGEDIR}${WWWDIR}/html/${i}.sample
.endfor
Expand Down
6 changes: 3 additions & 3 deletions www/angie/distinfo
@@ -1,6 +1,6 @@
TIMESTAMP = 1695159959
SHA256 (angie-1.2.0.tar.gz) = 82f23115c2e8ebf00d5429622ad96e8c7e785e87bc298b292246660cc61e2cff
SIZE (angie-1.2.0.tar.gz) = 1510159
TIMESTAMP = 1695813164
SHA256 (angie-1.3.0.tar.gz) = bc39d307f1644964f394c65ca4f416b81e03cbcfa0b4106931f84def39a87474
SIZE (angie-1.3.0.tar.gz) = 1482717
SHA256 (kjdev-nginx-auth-jwt-0.2.1_GH0.tar.gz) = 23958d5f02012f56660cacc3c0355bafea10ceb77abb3f0e8da123edf1f7d8f1
SIZE (kjdev-nginx-auth-jwt-0.2.1_GH0.tar.gz) = 58717
SHA256 (stnoonan-spnego-http-auth-nginx-module-v1.1.1_GH0.tar.gz) = ed267444667d3f85f92d1bd910a7010e8272f4de1aa83afa39c1c97eac17dade
Expand Down
1 change: 1 addition & 0 deletions www/angie/pkg-plist
Expand Up @@ -19,6 +19,7 @@ man/man8/angie.8.gz
@sample %%ETCDIR%%/fastcgi.conf.sample
@sample %%ETCDIR%%/fastcgi_params.sample
@sample %%ETCDIR%%/mime.types.sample
@sample %%ETCDIR%%/prometheus_all.conf.sample
@sample %%ETCDIR%%/scgi_params.sample
@sample %%ETCDIR%%/uwsgi_params.sample
@sample %%ETCDIR%%/http.d/default.conf.sample
Expand Down

0 comments on commit e27f7c1

Please sign in to comment.