mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Update to 2.10.1 [1]
- Pacify portlint(1) by extracting CPPFLAGS from CONFIGURE_ENV PR: ports/158134 [1] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
This commit is contained in:
parent
4e62e789df
commit
e7d615a14e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276519
2 changed files with 6 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cego
|
||||
PORTVERSION= 2.9.6
|
||||
PORTVERSION= 2.10.1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.lemke-it.com/
|
||||
|
||||
|
@ -17,8 +17,9 @@ LIB_DEPENDS= lfc.1:${PORTSDIR}/devel/lfc \
|
|||
|
||||
LICENSE= GPLv2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CPPFLAGS= "-I${LOCALBASE}/include"
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= autoconf:env
|
||||
USE_RC_SUBR= cego
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (cego-2.9.6.tar.gz) = 91ac554a7a5e93f521a759b42fbb40dadbde952e7cb743be8f8c887c856d94d7
|
||||
SIZE (cego-2.9.6.tar.gz) = 653974
|
||||
SHA256 (cego-2.10.1.tar.gz) = 8cd8aec283e7d8fb6adc459ecbf2c00612a1fa2ceb84b8054c90fc4e145084a0
|
||||
SIZE (cego-2.10.1.tar.gz) = 655756
|
||||
|
|
Loading…
Add table
Reference in a new issue