diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-24 18:31:11 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-24 18:31:11 +0800 |
commit | 032afb921e63f7b186b489fd147f9875e31145b7 (patch) | |
tree | b4e80fcc9fe78b9cd924c4cbb5a6a67bf5ca7f06 /palm/gnome-pilot-conduits | |
parent | bf310028e9a6cde22e6b8bfcb5b6b571185a4679 (diff) | |
download | freebsd-ports-gnome-032afb921e63f7b186b489fd147f9875e31145b7.tar.gz freebsd-ports-gnome-032afb921e63f7b186b489fd147f9875e31145b7.tar.zst freebsd-ports-gnome-032afb921e63f7b186b489fd147f9875e31145b7.zip |
Update to 0.9.
Diffstat (limited to 'palm/gnome-pilot-conduits')
-rw-r--r-- | palm/gnome-pilot-conduits/Makefile | 7 | ||||
-rw-r--r-- | palm/gnome-pilot-conduits/distinfo | 2 | ||||
-rw-r--r-- | palm/gnome-pilot-conduits/files/patch-configure | 13 |
3 files changed, 18 insertions, 4 deletions
diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile index b1a2e3341719..cf604bc06b3d 100644 --- a/palm/gnome-pilot-conduits/Makefile +++ b/palm/gnome-pilot-conduits/Makefile @@ -6,17 +6,18 @@ # PORTNAME= gnomepilot-conduits -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= palm comms gnome -MASTER_SITES= http://www.eskil.org/gnome-pilot/download/tarballs/ \ - ${MASTER_SITE_GNOME} +MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gnome-pilot-conduits DISTNAME= gnome-pilot-conduits-${PORTVERSION} +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gpilotd.1:${PORTSDIR}/palm/gnomepilot +USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOMECTRL= yes diff --git a/palm/gnome-pilot-conduits/distinfo b/palm/gnome-pilot-conduits/distinfo index ca5d2b2db1b9..af5bbe79df92 100644 --- a/palm/gnome-pilot-conduits/distinfo +++ b/palm/gnome-pilot-conduits/distinfo @@ -1 +1 @@ -MD5 (gnome-pilot-conduits-0.8.tar.gz) = ac8eb3c6dfc5bdb3706c3ae86baa5c12 +MD5 (gnome/gnome-pilot-conduits-0.9.tar.bz2) = 4f7d90ca9655896fb3d589fe1aa49e82 diff --git a/palm/gnome-pilot-conduits/files/patch-configure b/palm/gnome-pilot-conduits/files/patch-configure new file mode 100644 index 000000000000..34d1eef744f2 --- /dev/null +++ b/palm/gnome-pilot-conduits/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- configure 2002/05/24 10:24:53 1.1 ++++ configure 2002/05/24 10:25:21 +@@ -5316,6 +5316,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |