Skip to content

Commit

Permalink
www/angie: Update to 1.3.1
Browse files Browse the repository at this point in the history
 - remove @sample marker from html; these files are not supposed
   to be modified by the end user
 - obey CFLAGS/LDFLAGS and add USES=localbase.  This allows dependent
   modules to add necessary compiler/linker hints.

Changelog: https://github.com/webserver-llc/angie/blob/master/CHANGES

PR:		274728
  • Loading branch information
lonerr authored and clausecker committed Nov 18, 2023
1 parent a2cf6f9 commit dc6553d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions www/angie/Makefile
@@ -1,5 +1,5 @@
PORTNAME?= angie
PORTVERSION= 1.3.0
PORTVERSION= 1.3.1
CATEGORIES+= www
MASTER_SITES+= https://download.angie.software/files/:angie
DISTNAME= angie-${DISTVERSIONFULL}
Expand All @@ -23,7 +23,7 @@ BUILD_DEPENDS+= pcre2>=0:devel/pcre2
RUN_DEPENDS+= angie==${PKGVERSION}:www/angie
.endif

USES+= ssl
USES+= localbase:ldflags ssl
USE_GITHUB= nodefault

HAS_CONFIGURE?= yes
Expand Down Expand Up @@ -107,8 +107,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/etc/angie \
--with-stream_ssl_module \
--with-stream_ssl_preread_module \
--with-threads \
--with-cc-opt="-I ${LOCALBASE}/include" \
--with-ld-opt="-L ${LOCALBASE}/lib" \
--with-cc-opt="${CFLAGS}" \
--with-ld-opt="${LDFLAGS}" \
${CONFIGURE_ADD}

OPTIONS_DEFINE?= DEBUG
Expand Down Expand Up @@ -176,7 +176,7 @@ do-install:
${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
${INSTALL_DATA} ${WRKSRC}/html/${i} ${STAGEDIR}${WWWDIR}/html/${i}
.endfor

do-install-DEBUG-on:
Expand Down
6 changes: 3 additions & 3 deletions www/angie/distinfo
@@ -1,6 +1,6 @@
TIMESTAMP = 1695813432
SHA256 (angie-1.3.0.tar.gz) = bc39d307f1644964f394c65ca4f416b81e03cbcfa0b4106931f84def39a87474
SIZE (angie-1.3.0.tar.gz) = 1482717
TIMESTAMP = 1699910196
SHA256 (angie-1.3.1.tar.gz) = 1a7fd6f8d8db7cdc71f1cdbe44b2ca57a0b55d6cae2569639bd223d4663ecd23
SIZE (angie-1.3.1.tar.gz) = 1482949
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
4 changes: 2 additions & 2 deletions www/angie/pkg-plist
Expand Up @@ -25,5 +25,5 @@ man/man8/angie.8.gz
@sample %%ETCDIR%%/http.d/default.conf.sample
@sample %%ETCDIR%%/stream.d/example.conf.sample

@sample %%WWWDIR%%/html/50x.html.sample
@sample %%WWWDIR%%/html/index.html.sample
%%WWWDIR%%/html/50x.html
%%WWWDIR%%/html/index.html

0 comments on commit dc6553d

Please sign in to comment.