Update to version 0.36

PR:		ports/77973
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2005-02-25 14:37:12 +00:00
parent 58e1e65dda
commit 017b5d4c20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129767
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= libetpan
PORTVERSION= 0.35
PORTVERSION= 0.36
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -22,7 +22,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
INSTALLS_SHLIB= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (libetpan-0.35.tar.gz) = a8530802377563afdaa1186648583141
SIZE (libetpan-0.35.tar.gz) = 992462
MD5 (libetpan-0.36.tar.gz) = 208b1c2deafba40eb640aabbc81c247f
SIZE (libetpan-0.36.tar.gz) = 1136981