diff options
author | dirk <dirk@FreeBSD.org> | 2000-12-31 00:55:56 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-12-31 00:55:56 +0800 |
commit | 789018e5be2022297e29cb2e408fbdcad5d69cf3 (patch) | |
tree | 63a3e4e2f0b3f532045f945ab95754e3d055c289 /print/lyx16/Makefile | |
parent | 64a3eafd9fb0394f2c8b3abdd21c4ef3755acf53 (diff) | |
download | freebsd-ports-gnome-789018e5be2022297e29cb2e408fbdcad5d69cf3.tar.gz freebsd-ports-gnome-789018e5be2022297e29cb2e408fbdcad5d69cf3.tar.zst freebsd-ports-gnome-789018e5be2022297e29cb2e408fbdcad5d69cf3.zip |
Upgrade to 1.1.5fix2.
PR: ports/23641
Diffstat (limited to 'print/lyx16/Makefile')
-rw-r--r-- | print/lyx16/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index 667e9d63c9b0..29f63314b519 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lyx -PORTVERSION= 1.1.5.1 +PORTVERSION= 1.1.5.2 CATEGORIES= print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ ftp://ftp.sdsc.edu/pub/other/lyx/stable/ \ @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ DISTNAME= lyx-1.1.5 PATCH_SITES= ${MASTER_SITES} -PATCHFILES= patch-1.1.5fix1.gz +PATCHFILES= patch-1.1.5fix1.gz patch-1.1.5fix2.gz PATCH_DIST_STRIP= -p1 MAINTAINER= dirk@FreeBSD.org |