Index: head/irc/xchat/Makefile =================================================================== --- head/irc/xchat/Makefile (revision 23835) +++ head/irc/xchat/Makefile (revision 23836) @@ -1,54 +1,54 @@ # New ports collection makefile for: xchat # Version required: 1.3.8 # Date created: 17 Nov 1998 # Whom: Jim Mock # # $FreeBSD$ # DISTNAME= xchat-1.3.8 CATEGORIES= irc -MASTER_SITES= http://xchat.org/files/v1.3/ \ - http://xchat.linuxpower.org/files/v1.3/ +MASTER_SITES= http://xchat.org/files/source/1.3/ \ + http://xchat.linuxpower.org/files/source/1.3/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ Imlib.5:${PORTSDIR}/graphics/imlib .if defined(USE_GNOME) LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs .endif GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --disable-python .if defined(USE_GNOME) CONFIGURE_ARGS+= --enable-gnome .if defined(USE_PANEL) CONFIGURE_ARGS+= --enable-panel .else CONFIGURE_ARGS+= --disable-panel .endif .else CONFIGURE_ARGS+= --disable-gnome .endif CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: @strip ${PREFIX}/bin/xchat .if !defined(NOPORTDOCS) @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat .endif .include Property changes on: head/irc/xchat/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.37 \ No newline at end of property +1.38 \ No newline at end of property Index: head/irc/xchat-devel/Makefile =================================================================== --- head/irc/xchat-devel/Makefile (revision 23835) +++ head/irc/xchat-devel/Makefile (revision 23836) @@ -1,54 +1,54 @@ # New ports collection makefile for: xchat # Version required: 1.3.8 # Date created: 17 Nov 1998 # Whom: Jim Mock # # $FreeBSD$ # DISTNAME= xchat-1.3.8 CATEGORIES= irc -MASTER_SITES= http://xchat.org/files/v1.3/ \ - http://xchat.linuxpower.org/files/v1.3/ +MASTER_SITES= http://xchat.org/files/source/1.3/ \ + http://xchat.linuxpower.org/files/source/1.3/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ Imlib.5:${PORTSDIR}/graphics/imlib .if defined(USE_GNOME) LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs .endif GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --disable-python .if defined(USE_GNOME) CONFIGURE_ARGS+= --enable-gnome .if defined(USE_PANEL) CONFIGURE_ARGS+= --enable-panel .else CONFIGURE_ARGS+= --disable-panel .endif .else CONFIGURE_ARGS+= --disable-gnome .endif CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: @strip ${PREFIX}/bin/xchat .if !defined(NOPORTDOCS) @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat .endif .include Property changes on: head/irc/xchat-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.37 \ No newline at end of property +1.38 \ No newline at end of property Index: head/irc/xchat-gnome/Makefile =================================================================== --- head/irc/xchat-gnome/Makefile (revision 23835) +++ head/irc/xchat-gnome/Makefile (revision 23836) @@ -1,54 +1,54 @@ # New ports collection makefile for: xchat # Version required: 1.3.8 # Date created: 17 Nov 1998 # Whom: Jim Mock # # $FreeBSD$ # DISTNAME= xchat-1.3.8 CATEGORIES= irc -MASTER_SITES= http://xchat.org/files/v1.3/ \ - http://xchat.linuxpower.org/files/v1.3/ +MASTER_SITES= http://xchat.org/files/source/1.3/ \ + http://xchat.linuxpower.org/files/source/1.3/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ Imlib.5:${PORTSDIR}/graphics/imlib .if defined(USE_GNOME) LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs .endif GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --disable-python .if defined(USE_GNOME) CONFIGURE_ARGS+= --enable-gnome .if defined(USE_PANEL) CONFIGURE_ARGS+= --enable-panel .else CONFIGURE_ARGS+= --disable-panel .endif .else CONFIGURE_ARGS+= --disable-gnome .endif CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: @strip ${PREFIX}/bin/xchat .if !defined(NOPORTDOCS) @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat .endif .include Property changes on: head/irc/xchat-gnome/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.37 \ No newline at end of property +1.38 \ No newline at end of property Index: head/irc/xchat1/Makefile =================================================================== --- head/irc/xchat1/Makefile (revision 23835) +++ head/irc/xchat1/Makefile (revision 23836) @@ -1,54 +1,54 @@ # New ports collection makefile for: xchat # Version required: 1.3.8 # Date created: 17 Nov 1998 # Whom: Jim Mock # # $FreeBSD$ # DISTNAME= xchat-1.3.8 CATEGORIES= irc -MASTER_SITES= http://xchat.org/files/v1.3/ \ - http://xchat.linuxpower.org/files/v1.3/ +MASTER_SITES= http://xchat.org/files/source/1.3/ \ + http://xchat.linuxpower.org/files/source/1.3/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ Imlib.5:${PORTSDIR}/graphics/imlib .if defined(USE_GNOME) LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs .endif GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --disable-python .if defined(USE_GNOME) CONFIGURE_ARGS+= --enable-gnome .if defined(USE_PANEL) CONFIGURE_ARGS+= --enable-panel .else CONFIGURE_ARGS+= --disable-panel .endif .else CONFIGURE_ARGS+= --disable-gnome .endif CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: @strip ${PREFIX}/bin/xchat .if !defined(NOPORTDOCS) @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat .endif .include Property changes on: head/irc/xchat1/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.37 \ No newline at end of property +1.38 \ No newline at end of property Index: head/irc/xchat2/Makefile =================================================================== --- head/irc/xchat2/Makefile (revision 23835) +++ head/irc/xchat2/Makefile (revision 23836) @@ -1,54 +1,54 @@ # New ports collection makefile for: xchat # Version required: 1.3.8 # Date created: 17 Nov 1998 # Whom: Jim Mock # # $FreeBSD$ # DISTNAME= xchat-1.3.8 CATEGORIES= irc -MASTER_SITES= http://xchat.org/files/v1.3/ \ - http://xchat.linuxpower.org/files/v1.3/ +MASTER_SITES= http://xchat.org/files/source/1.3/ \ + http://xchat.linuxpower.org/files/source/1.3/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ Imlib.5:${PORTSDIR}/graphics/imlib .if defined(USE_GNOME) LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs .endif GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --disable-python .if defined(USE_GNOME) CONFIGURE_ARGS+= --enable-gnome .if defined(USE_PANEL) CONFIGURE_ARGS+= --enable-panel .else CONFIGURE_ARGS+= --disable-panel .endif .else CONFIGURE_ARGS+= --disable-gnome .endif CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: @strip ${PREFIX}/bin/xchat .if !defined(NOPORTDOCS) @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat .endif .include Property changes on: head/irc/xchat2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.37 \ No newline at end of property +1.38 \ No newline at end of property