diff options
author | sat <sat@FreeBSD.org> | 2007-12-12 09:10:54 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-12-12 09:10:54 +0800 |
commit | ce73199fcbaa1090aa3db77798e985bd6e171aa8 (patch) | |
tree | c147bdeebb885398c0e0869e7b82dc8db4b95322 /archivers/lzma/Makefile | |
parent | 8f0e88c4d6edbf6bd3354ac8e9132b8afd87bd7e (diff) | |
download | freebsd-ports-gnome-ce73199fcbaa1090aa3db77798e985bd6e171aa8.tar.gz freebsd-ports-gnome-ce73199fcbaa1090aa3db77798e985bd6e171aa8.tar.zst freebsd-ports-gnome-ce73199fcbaa1090aa3db77798e985bd6e171aa8.zip |
- Update to 4.57
Diffstat (limited to 'archivers/lzma/Makefile')
-rw-r--r-- | archivers/lzma/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lzma/Makefile b/archivers/lzma/Makefile index 000c0679a459..64c45e4e67d0 100644 --- a/archivers/lzma/Makefile +++ b/archivers/lzma/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lzma -PORTVERSION= 4.54 +PORTVERSION= 4.57 CATEGORIES= archivers MASTER_SITES= SFE/sevenzip DISTNAME= 7z${PORTVERSION:S/.//g} @@ -26,7 +26,7 @@ MAKE_ENV+= CXX="${CXX}" PORTDOCS= 7zC.txt 7zFormat.txt Methods.txt history.txt lzma.txt post-patch: - @${REINPLACE_CMD} -e 's|4\.49|${DISTVERSION}|' \ + @${REINPLACE_CMD} -e 's|4\.56|${DISTVERSION}|' \ ${BUILD_WRKSRC}/LzmaAlone.cpp @${REINPLACE_CMD} -e '/bool Open(LPCTSTR fileName, DWORD creationDisposition)/,/}/d'\ ${WRKSRC}/CPP/7zip/Common/FileStreams.h |