diff options
author | gj <gj@FreeBSD.org> | 2002-07-04 16:02:37 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2002-07-04 16:02:37 +0800 |
commit | 125fbd3d930383147612d03261f896c3f643880b (patch) | |
tree | 68af70e6908a7e97189125821cd861dcb7fd433d /editors | |
parent | 6820398f0377282f6d0cb36f36de8f4589e60873 (diff) | |
download | freebsd-ports-gnome-125fbd3d930383147612d03261f896c3f643880b.tar.gz freebsd-ports-gnome-125fbd3d930383147612d03261f896c3f643880b.tar.zst freebsd-ports-gnome-125fbd3d930383147612d03261f896c3f643880b.zip |
Update to version 9.3b.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vile/Makefile | 6 | ||||
-rw-r--r-- | editors/vile/distinfo | 2 | ||||
-rw-r--r-- | editors/xvile/Makefile | 6 | ||||
-rw-r--r-- | editors/xvile/distinfo | 2 |
4 files changed, 14 insertions, 2 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index e1d832036975..bd125fdf7a01 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -6,13 +6,17 @@ # PORTNAME= vile -PORTVERSION= 9.3 +PORTVERSION= 9.3b CATEGORIES= editors MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \ ftp://dickey.his.com/vile/ DISTNAME= vile-9.3 EXTRACT_SUFX= .tgz +PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches/,g} +PATCHFILES= vile-9.3a.patch.gz \ + vile-9.3b.patch.gz + MAINTAINER= gj@freebsd.org MAKEFILE= makefile diff --git a/editors/vile/distinfo b/editors/vile/distinfo index 78bd8e846c79..b59bb8567e1b 100644 --- a/editors/vile/distinfo +++ b/editors/vile/distinfo @@ -1 +1,3 @@ MD5 (vile-9.3.tgz) = 9d8f396a936986d5a3542e40568886c8 +MD5 (vile-9.3a.patch.gz) = e6d6c53a98b48119041053eb82ae6129 +MD5 (vile-9.3b.patch.gz) = 69a7ce690418fef171461bc170ba1471 diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index b97a00c9eb3a..cbcace205da3 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -6,13 +6,17 @@ # PORTNAME= xvile -PORTVERSION= 9.3 +PORTVERSION= 9.3b CATEGORIES= editors MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \ ftp://dickey.his.com/vile/ DISTNAME= vile-9.3 EXTRACT_SUFX= .tgz +PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches/,g} +PATCHFILES= vile-9.3a.patch.gz \ + vile-9.3b.patch.gz + MAINTAINER= gj@freebsd.org USE_XLIB= yes diff --git a/editors/xvile/distinfo b/editors/xvile/distinfo index 78bd8e846c79..b59bb8567e1b 100644 --- a/editors/xvile/distinfo +++ b/editors/xvile/distinfo @@ -1 +1,3 @@ MD5 (vile-9.3.tgz) = 9d8f396a936986d5a3542e40568886c8 +MD5 (vile-9.3a.patch.gz) = e6d6c53a98b48119041053eb82ae6129 +MD5 (vile-9.3b.patch.gz) = 69a7ce690418fef171461bc170ba1471 |