diff options
author | lioux <lioux@FreeBSD.org> | 2001-05-26 13:32:07 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-05-26 13:32:07 +0000 |
commit | 87674810d22e6ed3bdd7954d90156108e331a89f (patch) | |
tree | b2685aad318fe7ab0f9f9f53e25aa9b09187080e /x11/rxvt-devel | |
parent | da2bed81f46eceabef289de0f9c5f4caf9143811 (diff) | |
download | FreeBSD-ports-87674810d22e6ed3bdd7954d90156108e331a89f.zip FreeBSD-ports-87674810d22e6ed3bdd7954d90156108e331a89f.tar.gz |
- Update port to version 2.7.6
- Remove extra spaces at end of lines
- Use MASTER_SITE_SUBDIR so that when the version of this is
outdated, it will have a good chance of fetching the distfiles
Diffstat (limited to 'x11/rxvt-devel')
-rw-r--r-- | x11/rxvt-devel/Makefile | 15 | ||||
-rw-r--r-- | x11/rxvt-devel/distinfo | 2 | ||||
-rw-r--r-- | x11/rxvt-devel/files/patch-configure | 11 |
3 files changed, 20 insertions, 8 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 71040ad..40d78ad 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -9,12 +9,13 @@ # the same distfile. PORTNAME= rxvt-devel -PORTVERSION= 2.7.5 +PORTVERSION= 2.7.6 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ - ftp://mason.primenet.com.au/pub/rxvt/ \ - ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/ \ - ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/ +MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/%SUBDIR%/ \ + ftp://mason.primenet.com.au/pub/rxvt/%SUBDIR%/ \ + ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/%SUBDIR%/ \ + ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old devel DISTNAME= rxvt-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org @@ -58,7 +59,7 @@ CONFIGURE_ARGS+= --enable-next-scroll # # enable rxvt style scrollbar .if defined(WITH_RXVT_SCROLLBAR) -CONFIGURE_ARGS+= --enable-rxvt-scroll +CONFIGURE_ARGS+= --enable-rxvt-scroll .endif # WITH_RXVT_SCROLLBAR # # XIM (X Input Method) protocol support @@ -68,7 +69,7 @@ CONFIGURE_ARGS+= --enable-xim # # enable Xterm style scrollbar .if defined(WITH_XTERM_SCROLLBAR) -CONFIGURE_ARGS+= --enable-xterm-scroll +CONFIGURE_ARGS+= --enable-xterm-scroll .endif # WITH_XTERM_SCROLLBAR pre-fetch: diff --git a/x11/rxvt-devel/distinfo b/x11/rxvt-devel/distinfo index 1902bd2..24f1595 100644 --- a/x11/rxvt-devel/distinfo +++ b/x11/rxvt-devel/distinfo @@ -1 +1 @@ -MD5 (rxvt-2.7.5.tar.bz2) = dd9d2b6c3887c674f484c480d4419a19 +MD5 (rxvt-2.7.6.tar.bz2) = 31aa4d89b9cd7f968254d1920ca07078 diff --git a/x11/rxvt-devel/files/patch-configure b/x11/rxvt-devel/files/patch-configure new file mode 100644 index 0000000..94b2a67 --- /dev/null +++ b/x11/rxvt-devel/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat May 26 10:21:04 2001 ++++ configure Sat May 26 10:21:12 2001 +@@ -4964,7 +4964,7 @@ + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL='$(SHELL) ${LOCALBASE}/bin/libtool' + + # Prevent multiple expansion + |