diff options
author | hoek <hoek@FreeBSD.org> | 2002-09-02 11:49:58 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 2002-09-02 11:49:58 +0800 |
commit | f8fc093cad80145f7125c801b211a7b4f626f41a (patch) | |
tree | 9ef1f225c13c95bd4806db6c3f300aa6c171d1f5 /converters/uulib/Makefile | |
parent | 9998030a82f020248d5bbad4903b0190fb67e9bb (diff) | |
download | freebsd-ports-gnome-f8fc093cad80145f7125c801b211a7b4f626f41a.tar.gz freebsd-ports-gnome-f8fc093cad80145f7125c801b211a7b4f626f41a.tar.zst freebsd-ports-gnome-f8fc093cad80145f7125c801b211a7b4f626f41a.zip |
Upgrade to uulib 0.5.18. This adds support for yEnc.
Significantly inspired by PR: ports/41508 (KATO Tsuguru)
Diffstat (limited to 'converters/uulib/Makefile')
-rw-r--r-- | converters/uulib/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index b79a83fb4b08..69fac9e823a0 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -6,10 +6,9 @@ # PORTNAME= uulib -PORTVERSION= 0.5.13 +PORTVERSION= 0.5.18 CATEGORIES= converters -MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ \ - http://www.informatik.uni-frankfurt.de/~fp/uudeview/Apps/frank/ +MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/ DISTNAME= uudeview-${PORTVERSION} MAINTAINER= hoek@FreeBSD.org @@ -24,12 +23,12 @@ ALL_TARGET= libuu.a libuu.so.${VERSION} .include <bsd.port.pre.mk> .if ${PORTOBJFORMAT} == "elf" -VERSION= 1 +VERSION= 2 .else -VERSION= 1.0 +VERSION= 2.0 .endif -DOCFILES= HISTORY doc/Makefile doc/README doc/binhex.fig \ +DOCFILES= COPYING HISTORY doc/Makefile doc/README doc/binhex.fig \ doc/library.ltx doc/structure.fig doc/td-v1.c doc/td-v2.c \ doc/td-v3.c doc/test.txt |