diff options
author | makc <makc@FreeBSD.org> | 2010-10-02 06:45:55 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-10-02 06:45:55 +0800 |
commit | d77923e509ae7390c14e154c0fb767b7433ed0d2 (patch) | |
tree | 38b7a46343934796a868b715c6a3bc62d3d03eaa | |
parent | 50e5b0ddb0a52d6fe0fb8d263f26390e60e57f17 (diff) | |
download | freebsd-ports-gnome-d77923e509ae7390c14e154c0fb767b7433ed0d2.tar.gz freebsd-ports-gnome-d77923e509ae7390c14e154c0fb767b7433ed0d2.tar.zst freebsd-ports-gnome-d77923e509ae7390c14e154c0fb767b7433ed0d2.zip |
Update to 1.1.34
PR: ports/150346
Submitted by: Kurt Jaeger (maintainer)
-rw-r--r-- | devel/lfc/Makefile | 7 | ||||
-rw-r--r-- | devel/lfc/distinfo | 6 | ||||
-rw-r--r-- | devel/lfc/pkg-descr | 2 | ||||
-rw-r--r-- | devel/lfc/pkg-plist | 69 |
4 files changed, 41 insertions, 43 deletions
diff --git a/devel/lfc/Makefile b/devel/lfc/Makefile index a95fea1b9c03..e3ca11c6a7fb 100644 --- a/devel/lfc/Makefile +++ b/devel/lfc/Makefile @@ -4,18 +4,15 @@ # # $FreeBSD$ -PORTNAME= cego-base -PORTVERSION= 1.1.32 -PORTREVISION= 1 +PORTNAME= lfc +PORTVERSION= 1.1.34 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ -DISTNAME= base-${PORTVERSION} MAINTAINER= fbsd-ports@opsec.eu COMMENT= A collection of basic c++ classes, used for databases/cego LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/base GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf:267:env diff --git a/devel/lfc/distinfo b/devel/lfc/distinfo index d36e8a731bbd..0f0a8d1e6db3 100644 --- a/devel/lfc/distinfo +++ b/devel/lfc/distinfo @@ -1,3 +1,3 @@ -MD5 (base-1.1.32.tar.gz) = 4dc0792e221502ea08dc0655b27fcfeb -SHA256 (base-1.1.32.tar.gz) = ef70a661981ccecfd622b0023c5c125e04db57a1fe6a5f15197d5a023ed027fd -SIZE (base-1.1.32.tar.gz) = 240019 +MD5 (lfc-1.1.34.tar.gz) = b14fb45aaa1c7b55a302a2cb311f98f8 +SHA256 (lfc-1.1.34.tar.gz) = 449d490acce859d8e0d53abd691f63680f71271f62f865ab37aae94fbef0f19c +SIZE (lfc-1.1.34.tar.gz) = 225475 diff --git a/devel/lfc/pkg-descr b/devel/lfc/pkg-descr index 54ab4a703521..af4549d063c7 100644 --- a/devel/lfc/pkg-descr +++ b/devel/lfc/pkg-descr @@ -1,4 +1,4 @@ -This is a collection of basic c++ classes, used for devel/cego-xml +This is a collection of basic c++ classes, used for devel/lfcxml and databases/cego and probably other applications. Many more details are available at: diff --git a/devel/lfc/pkg-plist b/devel/lfc/pkg-plist index 8fc2ae26b2fe..6de18567d71b 100644 --- a/devel/lfc/pkg-plist +++ b/devel/lfc/pkg-plist @@ -1,34 +1,35 @@ -include/AESCrypt.h -include/Base64Coder.h -include/BigDecimal.h -include/BigInteger.h -include/Bitmap.h -include/Chain.h -include/CommandExecuter.h -include/Crypt.h -include/Datetime.h -include/Exception.h -include/File.h -include/GetLongOpt.h -include/GetOpt.h -include/Host.h -include/ListT.h -include/Logger.h -include/Matcher.h -include/NanoTimer.h -include/Net.h -include/NetHandler.h -include/Process.h -include/Semaphore.h -include/SetT.h -include/SharedMemory.h -include/SigHandler.h -include/Sleeper.h -include/StackT.h -include/Thread.h -include/ThreadLock.h -include/Timer.h -include/Tokenizer.h -include/TreeT.h -lib/libBase.a -lib/libBase.so.1 +include/lfc/AESCrypt.h +include/lfc/Base64Coder.h +include/lfc/BigDecimal.h +include/lfc/BigInteger.h +include/lfc/Bitmap.h +include/lfc/Chain.h +include/lfc/CommandExecuter.h +include/lfc/Crypt.h +include/lfc/Datetime.h +include/lfc/Exception.h +include/lfc/File.h +include/lfc/GetLongOpt.h +include/lfc/GetOpt.h +include/lfc/Host.h +include/lfc/ListT.h +include/lfc/Logger.h +include/lfc/Matcher.h +include/lfc/NanoTimer.h +include/lfc/Net.h +include/lfc/NetHandler.h +include/lfc/Process.h +include/lfc/Semaphore.h +include/lfc/SetT.h +include/lfc/SharedMemory.h +include/lfc/SigHandler.h +include/lfc/Sleeper.h +include/lfc/StackT.h +include/lfc/Thread.h +include/lfc/ThreadLock.h +include/lfc/Timer.h +include/lfc/Tokenizer.h +include/lfc/TreeT.h +lib/liblfc.a +lib/liblfc.so.1 +@dirrm include/lfc |