diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-30 05:13:53 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-30 05:13:53 +0000 |
commit | 4e72739f5da9a0e7f5698701b07b2ce9784bc7eb (patch) | |
tree | 1ebd15ff644072bf14c0ffe14744c30b7bdc65e0 | |
parent | d29beeb5dbbdb8ef4e2ee3769381aad75d2f135a (diff) | |
download | FreeBSD-ports-4e72739f5da9a0e7f5698701b07b2ce9784bc7eb.zip FreeBSD-ports-4e72739f5da9a0e7f5698701b07b2ce9784bc7eb.tar.gz |
Add a distribution patch to fix tinting.
-rw-r--r-- | irc/xchat-gnome/Makefile | 5 | ||||
-rw-r--r-- | irc/xchat-gnome/distinfo | 1 | ||||
-rw-r--r-- | irc/xchat2/Makefile | 5 | ||||
-rw-r--r-- | irc/xchat2/distinfo | 1 |
4 files changed, 12 insertions, 0 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index fb0012c..59c3e34 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -7,15 +7,20 @@ PORTNAME= xchat2 PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/2.0/ \ http://xchat.linuxpower.org/files/source/2.0/ DISTNAME= xchat-${PORTVERSION} +PATCH_SITES= ${MASTER_SITES:S/$/patches\//} +PATCHFILES= xc203-fixtint.diff + MAINTAINER= gnome@FreeBSD.org COMMENT= An X11 IRC client using the GTK+ 2 toolkit USE_X_PREFIX= yes +PATCH_DIST_STRIP=-p1 USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes diff --git a/irc/xchat-gnome/distinfo b/irc/xchat-gnome/distinfo index eb3f6b9..945ef22 100644 --- a/irc/xchat-gnome/distinfo +++ b/irc/xchat-gnome/distinfo @@ -1 +1,2 @@ MD5 (xchat-2.0.3.tar.bz2) = 8a7a981bf2401e09efdfe278713a2c6c +MD5 (xc203-fixtint.diff) = ecfeedae2da4ba7867a2f62227db355b diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index fb0012c..59c3e34 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -7,15 +7,20 @@ PORTNAME= xchat2 PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/2.0/ \ http://xchat.linuxpower.org/files/source/2.0/ DISTNAME= xchat-${PORTVERSION} +PATCH_SITES= ${MASTER_SITES:S/$/patches\//} +PATCHFILES= xc203-fixtint.diff + MAINTAINER= gnome@FreeBSD.org COMMENT= An X11 IRC client using the GTK+ 2 toolkit USE_X_PREFIX= yes +PATCH_DIST_STRIP=-p1 USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes diff --git a/irc/xchat2/distinfo b/irc/xchat2/distinfo index eb3f6b9..945ef22 100644 --- a/irc/xchat2/distinfo +++ b/irc/xchat2/distinfo @@ -1 +1,2 @@ MD5 (xchat-2.0.3.tar.bz2) = 8a7a981bf2401e09efdfe278713a2c6c +MD5 (xc203-fixtint.diff) = ecfeedae2da4ba7867a2f62227db355b |