- Update to 1.11
This commit is contained in:
parent
11be8940b2
commit
6b9cbe635d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254443
3 changed files with 5 additions and 6 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= cpphs
|
||||
PORTVERSION= 1.9
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.11
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (cpphs-1.9.tar.gz) = 122f157f9cde1ba3c8c7e5fac15fc2fc
|
||||
SHA256 (cpphs-1.9.tar.gz) = d93fab09e8bc10b54d483daf2b636ee07548c9f8fb60a900f1d665d568b7b9c8
|
||||
SIZE (cpphs-1.9.tar.gz) = 113977
|
||||
MD5 (cpphs-1.11.tar.gz) = ece7f9a5335a8fd569f0b8c7153ecfaa
|
||||
SHA256 (cpphs-1.11.tar.gz) = 26124ca2b1af9a9804ba37c627dbbca3977bde93925f979f08b342895548db01
|
||||
SIZE (cpphs-1.11.tar.gz) = 68421
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
@comment $FreeBSD$
|
||||
bin/cpphs
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Language/Preprocessor/Cpphs.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Language/Preprocessor/Cpphs/CppIfdef.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Language/Preprocessor/Cpphs/HashDefine.hi
|
||||
|
@ -13,6 +12,7 @@ bin/cpphs
|
|||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Language/Preprocessor/Cpphs/Tokenise.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Language/Preprocessor/Unlit.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/HuttonMeijer.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a
|
||||
%%LIBDIR_REL%%/register.sh
|
||||
%%NOPORTDOCS%%%%DOCSDIR%%/LICENCE-LGPL
|
||||
|
|
Loading…
Reference in a new issue