diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2019-01-13 21:22:06 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2019-01-13 21:22:06 +0000 |
commit | b48ed2e966e3918af26f3b2b39679a4306f3e3b8 (patch) | |
tree | 7bb4bf558b2da3587f3c95ed524f9f97aa626f44 /net | |
parent | 708788889cd6ee1227715b5b791ca15c2757ab42 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/go-geoip/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Geo-IP/Makefile | 3 | ||||
-rw-r--r-- | net/pecl-geoip/Makefile | 3 | ||||
-rw-r--r-- | net/pen/Makefile | 3 | ||||
-rw-r--r-- | net/py-GeoIP/Makefile | 3 | ||||
-rw-r--r-- | net/rubygem-geoip/Makefile | 3 | ||||
-rw-r--r-- | net/subnetcalc/Makefile | 3 |
7 files changed, 21 insertions, 0 deletions
diff --git a/net/go-geoip/Makefile b/net/go-geoip/Makefile index bdd65bca9969..5b9bb0763c3f 100644 --- a/net/go-geoip/Makefile +++ b/net/go-geoip/Makefile @@ -13,6 +13,9 @@ LICENSE= MIT LIB_DEPENDS= libGeoIP.so:net/GeoIP +DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible +EXPIRATION_DATE=2019-02-15 + USES= compiler go USE_GITHUB= yes GH_ACCOUNT= abh diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index b39f0f1b2d80..189034936408 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -16,6 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libGeoIP.so:net/GeoIP +DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible +EXPIRATION_DATE=2019-02-15 + CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" USES= perl5 USE_PERL5= configure diff --git a/net/pecl-geoip/Makefile b/net/pecl-geoip/Makefile index 15f521d16399..5db618396add 100644 --- a/net/pecl-geoip/Makefile +++ b/net/pecl-geoip/Makefile @@ -12,6 +12,9 @@ LICENSE= PHP301 LIB_DEPENDS= libGeoIP.so:net/GeoIP +DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible +EXPIRATION_DATE=2019-02-15 + USES= php:pecl post-patch: diff --git a/net/pen/Makefile b/net/pen/Makefile index d21138a482a8..0756c933a767 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -13,6 +13,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libGeoIP.so:net/GeoIP +DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible +EXPIRATION_DATE=2019-02-15 + GNU_CONFIGURE= yes USES= ssl USE_RC_SUBR= pen diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile index 391c0898d7e7..928fcb2e5525 100644 --- a/net/py-GeoIP/Makefile +++ b/net/py-GeoIP/Makefile @@ -15,6 +15,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libGeoIP.so:net/GeoIP +DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible +EXPIRATION_DATE=2019-02-15 + OPTIONS_DEFINE= EXAMPLES USE_PYTHON= autoplist concurrent distutils diff --git a/net/rubygem-geoip/Makefile b/net/rubygem-geoip/Makefile index 1f89bf4e7f6c..77be11ae97e8 100644 --- a/net/rubygem-geoip/Makefile +++ b/net/rubygem-geoip/Makefile @@ -13,6 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= geoiplookup:net/GeoIP +DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible +EXPIRATION_DATE=2019-02-15 + REINPLACE_ARGS= -i '' NO_ARCH= yes USE_RUBY= yes diff --git a/net/subnetcalc/Makefile b/net/subnetcalc/Makefile index fcd44f78ce63..52610bad19a6 100644 --- a/net/subnetcalc/Makefile +++ b/net/subnetcalc/Makefile @@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libGeoIP.so:net/GeoIP +DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible +EXPIRATION_DATE=2019-02-15 + USES= cmake CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:PATH="man" |