forked from Lainports/freebsd-ports
- Update to 0.52
PR: 115150 Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer)
This commit is contained in:
parent
6c9c21e643
commit
14db868f44
2 changed files with 8 additions and 11 deletions
|
|
@ -7,8 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libetpan
|
||||
PORTVERSION= 0.49
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.52
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
@ -17,14 +16,12 @@ MAINTAINER= c0rn@o2.pl
|
|||
COMMENT= A mail library
|
||||
|
||||
USE_ICONV= yes
|
||||
USE_AUTOTOOLS= libtool:15 autoconf:259
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
USE_AUTOTOOLS= libtool:15 autoconf:261
|
||||
USE_LDCONFIG= yes
|
||||
USE_GMAKE= YES
|
||||
USE_GMAKE= yes
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
|
||||
.if defined(WITH_GNUTLS)
|
||||
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (libetpan-0.49.tar.gz) = f6c973ea1aa53d947f034e093960da10
|
||||
SHA256 (libetpan-0.49.tar.gz) = 4d7257ae2cce276b2a2a66209b35ff70ff06a3ab89a2d8f2d828d7f44f78e6eb
|
||||
SIZE (libetpan-0.49.tar.gz) = 1021102
|
||||
MD5 (libetpan-0.52.tar.gz) = 119eb4ac27fb75540ca74d8997f7fc7f
|
||||
SHA256 (libetpan-0.52.tar.gz) = dddf7b94e3547436beca1ed5ed22616f350d7e79cd1d72c83b122c1707237525
|
||||
SIZE (libetpan-0.52.tar.gz) = 1611405
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue