ports/opt (2.3): libpcre: updated to 7.0
commit 4d01bbb2224f97f6f92ed0517bda59f1a9d294bc Author: Simon Gloßner <viper@hometux.de> Date: Wed Dec 20 11:07:27 2006 +0100 libpcre: updated to 7.0 diff --git a/libpcre/.footprint b/libpcre/.footprint index 6b82f55..3eecffc 100644 --- a/libpcre/.footprint +++ b/libpcre/.footprint @@ -28,6 +28,7 @@ lrwxrwxrwx root/root usr/lib/libpcreposix.so.0 -> libpcreposix.so.0.0.0 -rwxr-xr-x root/root usr/lib/libpcreposix.so.0.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libpcre.pc +-rw-r--r-- root/root usr/lib/pkgconfig/libpcrecpp.pc drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/pcregrep.1.gz diff --git a/libpcre/.md5sum b/libpcre/.md5sum index 13fe031..e4dde64 100644 --- a/libpcre/.md5sum +++ b/libpcre/.md5sum @@ -1 +1 @@ -dbbec9d178ce199e67e98c9a4f994f90 pcre-6.7.tar.bz2 +b97e3bb84bd665e0fbb7a90344d65a43 pcre-7.0.tar.bz2 diff --git a/libpcre/Pkgfile b/libpcre/Pkgfile index e1de35c..1c5dcd5 100644 --- a/libpcre/Pkgfile +++ b/libpcre/Pkgfile @@ -4,7 +4,7 @@ # Packager: Han Boetes, han at mijncomputer dot nl name=libpcre -version=6.7 +version=7.0 release=1 source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2) @@ -13,6 +13,7 @@ build() { ./configure \ --prefix=/usr \ + --mandir=/usr/man \ --enable-utf8 \ --enable-unicode-properties make
participants (1)
-
crux@crux.nu