diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-11 12:19:45 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-11 12:19:45 +0000 |
commit | 88c44d0e553021bc43d8fad27e6f8c87047744ff (patch) | |
tree | fc1d581594064011ba16443a658cf5ac6b57cd46 /print/lyx16/Makefile | |
parent | Update version number of gtkextra shared library. (diff) |
Upgrade to 1.1.6.1.
Diffstat (limited to 'print/lyx16/Makefile')
-rw-r--r-- | print/lyx16/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index 3a240c66d63b..329815cb964b 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -6,15 +6,15 @@ # PORTNAME= lyx -PORTVERSION= 1.1.5.2 +PORTVERSION= 1.1.6.1 CATEGORIES= print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ ftp://ftp.sdsc.edu/pub/other/lyx/stable/ \ ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ -DISTNAME= lyx-1.1.5 +DISTNAME= lyx-1.1.6 PATCH_SITES= ${MASTER_SITES} -PATCHFILES= patch-1.1.5fix1.gz patch-1.1.5fix2.gz +PATCHFILES= patch-1.1.6fix1.gz PATCH_DIST_STRIP= -p1 MAINTAINER= dirk@FreeBSD.org |