diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-05 09:18:43 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-05 09:18:43 +0000 |
commit | ceb1e637edab3afbcdc537aa72a16859cdf382fa (patch) | |
tree | d38546bea4f2cf3b5780a874b323e93e52ff90cb /x11-fonts/xmbdfed/Makefile | |
parent | 8ad291c33e7fff3167d68403a3fa605b894b3792 (diff) | |
download | ports-ceb1e637edab3afbcdc537aa72a16859cdf382fa.tar.gz ports-ceb1e637edab3afbcdc537aa72a16859cdf382fa.zip |
Update to 4.5.1
PR: 33339
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=52599
Diffstat (limited to 'x11-fonts/xmbdfed/Makefile')
-rw-r--r-- | x11-fonts/xmbdfed/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11-fonts/xmbdfed/Makefile b/x11-fonts/xmbdfed/Makefile index 14adddca235a..fb7c70b68181 100644 --- a/x11-fonts/xmbdfed/Makefile +++ b/x11-fonts/xmbdfed/Makefile @@ -6,9 +6,14 @@ # PORTNAME= xmbdfed -PORTVERSION= 4.4 +PORTVERSION= 4.5.1 CATEGORIES= x11-fonts -MASTER_SITES= ftp://crl.nmsu.edu/CLR/multiling/General/ +MASTER_SITES= http://crl.nmsu.edu/~mleisher/ \ + ftp://crl.nmsu.edu/CLR/multiling/General/ +DISTNAME= ${PORTNAME}-${PORTVERSION:R} + +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= ${PORTNAME}-${PORTVERSION:R}-patch1 MAINTAINER= ports@FreeBSD.org |