diff options
author | dirk <dirk@FreeBSD.org> | 2000-12-30 16:55:56 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-12-30 16:55:56 +0000 |
commit | 789018e5be2022297e29cb2e408fbdcad5d69cf3 (patch) | |
tree | 63a3e4e2f0b3f532045f945ab95754e3d055c289 /print/lyx/Makefile | |
parent | 64a3eafd9fb0394f2c8b3abdd21c4ef3755acf53 (diff) | |
download | FreeBSD-ports-789018e5be2022297e29cb2e408fbdcad5d69cf3.zip FreeBSD-ports-789018e5be2022297e29cb2e408fbdcad5d69cf3.tar.gz |
Upgrade to 1.1.5fix2.
PR: ports/23641
Diffstat (limited to 'print/lyx/Makefile')
-rw-r--r-- | print/lyx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 667e9d6..29f6331 100644 --- a/print/lyx/Makefile +++ b/print/lyx/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 |