Skip to content

Commit

Permalink
www/trafficserver: Fix packaging
Browse files Browse the repository at this point in the history
PR:		263022
Reported by:	rainer@ultra-secure.de
MFH:		2022Q2
  • Loading branch information
gaod authored and lwhsu committed Apr 14, 2022
1 parent 3c139c5 commit de93974
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions www/trafficserver/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= trafficserver
PORTVERSION= 9.1.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= APACHE/${PORTNAME}

Expand Down Expand Up @@ -50,10 +50,11 @@ CONFIGURE_ARGS= --with-pcre=${LOCALBASE} \
--enable-mime-sanity-check \
--enable-experimental-plugins

OPTIONS_DEFINE= DOCS WCCP MEMCACHED IMAGEMAGICK X11
OPTIONS_DEFINE= DOCS GEOIP WCCP MEMCACHED IMAGEMAGICK X11
OPTIONS_SUB= yes
PLIST_SUB+= ARCH="${ARCH:C/powerpc64.*/powerpc/}"

GEOIP_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb
WCCP_DESC= Enable WCCPv2 protocol
WCCP_CONFIGURE_ENABLE= wccp

Expand Down
2 changes: 1 addition & 1 deletion www/trafficserver/pkg-plist
Expand Up @@ -146,7 +146,7 @@ libexec/trafficserver/inliner.so
libexec/trafficserver/ja3_fingerprint.so
libexec/trafficserver/libloader.so
%%IMAGEMAGICK%%libexec/trafficserver/magick.so
libexec/trafficserver/maxmind_acl.so
%%GEOIP%%libexec/trafficserver/maxmind_acl.so
libexec/trafficserver/memory_profile.so
libexec/trafficserver/metalink.so
libexec/trafficserver/money_trace.so
Expand Down

0 comments on commit de93974

Please sign in to comment.