mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
upgrade to 0.9.3
This commit is contained in:
parent
a8715f3333
commit
6cbffb1a62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40056
3 changed files with 7 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= librsync
|
PORTNAME= librsync
|
||||||
PORTVERSION= 0.9.2
|
PORTVERSION= 0.9.3
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= rproxy
|
MASTER_SITE_SUBDIR= rproxy
|
||||||
|
@ -21,9 +21,12 @@ USE_LIBTOOL= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||||
CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
||||||
|
CONFIGURE_ARGS= --enable-shared --disable-trace
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
|
||||||
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
MAN1= rdiff.1
|
MAN1= rdiff.1
|
||||||
MAN3= librsync.3
|
MAN3= librsync.3
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (librsync-0.9.2.tar.gz) = 047a22921be47a7228169267540e0df7
|
MD5 (librsync-0.9.3.tar.gz) = 1030e87ad7fd29796423ad6c511e9520
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
bin/rdiff
|
bin/rdiff
|
||||||
include/rsync.h
|
include/rsync.h
|
||||||
lib/librsync.a
|
lib/librsync.a
|
||||||
|
lib/librsync.so
|
||||||
|
lib/librsync.so.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue