aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-07-26 06:00:00 +0800
committerpav <pav@FreeBSD.org>2004-07-26 06:00:00 +0800
commit1591021e44576b197d82838ef510b8b715209530 (patch)
treea2353fd164ea161e7779f9e17a7bd511ae0f7c16 /net
parent3c8f8bb51d771a968acb2af05ab9beec6f1820f8 (diff)
downloadfreebsd-ports-gnome-1591021e44576b197d82838ef510b8b715209530.tar.gz
freebsd-ports-gnome-1591021e44576b197d82838ef510b8b715209530.tar.zst
freebsd-ports-gnome-1591021e44576b197d82838ef510b8b715209530.zip
- Update to 1.5
PR: ports/69593 Submitted by: Russell Francis <rf358197@ohio.edu> (maintainer)
Diffstat (limited to 'net')
-rw-r--r--net/gutenfetch/Makefile10
-rw-r--r--net/gutenfetch/distinfo4
-rw-r--r--net/gutenfetch/pkg-message11
3 files changed, 15 insertions, 10 deletions
diff --git a/net/gutenfetch/Makefile b/net/gutenfetch/Makefile
index 70f24d6951ac..b7aff2839b3f 100644
--- a/net/gutenfetch/Makefile
+++ b/net/gutenfetch/Makefile
@@ -6,20 +6,20 @@
#
PORTNAME= gutenfetch
-PORTVERSION= 1.4
+PORTVERSION= 1.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gutenfetch
-MAINTAINER= rf358197@ohio.edu
+MAINTAINER= johntabularasa@users.sf.net
COMMENT= Fetch listings and books from Project Gutenberg
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl:install
+LIB_DEPENDS= gutenfetch:${PORTSDIR}/devel/libgutenfetch
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
USE_GMAKE= yes
USE_BZIP2= yes
USE_GETOPT_LONG= yes
diff --git a/net/gutenfetch/distinfo b/net/gutenfetch/distinfo
index 8b3822aca443..c29a23ca723e 100644
--- a/net/gutenfetch/distinfo
+++ b/net/gutenfetch/distinfo
@@ -1,2 +1,2 @@
-MD5 (gutenfetch-1.4.tar.bz2) = e9820624b58c6634d6b2f9d49e8e225f
-SIZE (gutenfetch-1.4.tar.bz2) = 255815
+MD5 (gutenfetch-1.5.tar.bz2) = 346b5876311411a2e2ecdea8d21038a1
+SIZE (gutenfetch-1.5.tar.bz2) = 229482
diff --git a/net/gutenfetch/pkg-message b/net/gutenfetch/pkg-message
index 0d6ee3410492..10b24ddd8a9c 100644
--- a/net/gutenfetch/pkg-message
+++ b/net/gutenfetch/pkg-message
@@ -1,10 +1,15 @@
----------------------------------------------------------------
-gutenfetch must be run once to pick out local Project Gutenberg
-servers. If you are an administrator please copy the generated
+gutenfetch can be run once to pick out local Project Gutenberg
+servers with the following command line.
+
+# gutenfetch -m
+
+If you are an administrator please copy the generated
file ~/.gutenfetchrc to %%PREFIX%%/etc/gutenfetchrc. This will
prevent other users from having to pick out their favorite
servers.
gutenfetch also performs best with a caching proxy server such
-as wwwoffle or squid.
+as wwwoffle or squid. Although, this version will cache fetched
+books in the ~/.libgutenfetch/ directory by default.
----------------------------------------------------------------