diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2007-05-28 12:45:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2007-05-28 12:45:17 +0000 |
commit | d8e8830722416ad54fe63dacd15ad5948fa8fbee (patch) | |
tree | 6af182e55bf1fafbc82476db7e80fe864478c176 /devel/pcre | |
parent | 9a5072ef7af77d5fcdf32d9ae344caec81241562 (diff) | |
download | ports-d8e8830722416ad54fe63dacd15ad5948fa8fbee.tar.gz ports-d8e8830722416ad54fe63dacd15ad5948fa8fbee.zip |
Update to 7.1
Notes
Notes:
svn path=/head/; revision=192173
Diffstat (limited to 'devel/pcre')
-rw-r--r-- | devel/pcre/Makefile | 5 | ||||
-rw-r--r-- | devel/pcre/distinfo | 6 | ||||
-rw-r--r-- | devel/pcre/files/patch-Makefile.in | 20 |
3 files changed, 13 insertions, 18 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 259dc6576f9d..ae35cb0bf363 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pcre -PORTVERSION= 7.0 -PORTREVISION= 1 +PORTVERSION= 7.1 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \ @@ -50,7 +49,7 @@ post-install: @${STRIP_CMD} ${DESTDIR}${PREFIX}/bin/pcregrep ${DESTDIR}${PREFIX}/bin/pcretest .if !defined(NOPORTDOCS) @${MKDIR} ${DESTDIR}${DOCSDIR} ${DESTDIR}${DOCSDIR}/html - @cd ${WRKSRC}; ${INSTALL_DATA} ChangeLog NEWS LICENCE doc/Tech.Notes doc/*.txt ${DESTDIR}${DOCSDIR} + @cd ${WRKSRC}; ${INSTALL_DATA} ChangeLog NEWS LICENCE doc/*.txt ${DESTDIR}${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DESTDIR}${DOCSDIR}/html .endif diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo index 909abdf30716..941ca1023bc4 100644 --- a/devel/pcre/distinfo +++ b/devel/pcre/distinfo @@ -1,3 +1,3 @@ -MD5 (pcre-7.0.tar.bz2) = b97e3bb84bd665e0fbb7a90344d65a43 -SHA256 (pcre-7.0.tar.bz2) = 27265b2eb2c2e8026e02df7fbdc30eec05f00b9a1e7f9e652a0258d4888f0bbe -SIZE (pcre-7.0.tar.bz2) = 607541 +MD5 (pcre-7.1.tar.bz2) = c678550aaf064a17bb4bb6ea36dd6d88 +SHA256 (pcre-7.1.tar.bz2) = 9182500abc517c833f054ad38e146776d5cc7e8976a8ad0c77432b790067f366 +SIZE (pcre-7.1.tar.bz2) = 729915 diff --git a/devel/pcre/files/patch-Makefile.in b/devel/pcre/files/patch-Makefile.in index 343399420288..1c0cbe296f26 100644 --- a/devel/pcre/files/patch-Makefile.in +++ b/devel/pcre/files/patch-Makefile.in @@ -3,16 +3,12 @@ $FreeBSD$ --- Makefile.in.orig +++ Makefile.in -@@ -522,9 +522,9 @@ - $(LIBTOOL) --mode=install $(INSTALL) pcregrep@EXEEXT@ $(DESTDIR)$(BINDIR)/pcregrep@EXEEXT@ - $(LIBTOOL) --mode=install $(INSTALL) pcretest@EXEEXT@ $(DESTDIR)$(BINDIR)/pcretest@EXEEXT@ - $(INSTALL) pcre-config $(DESTDIR)$(BINDIR)/pcre-config -- $(mkinstalldirs) $(DESTDIR)$(LIBDIR)/pkgconfig -- $(INSTALL_DATA) libpcre.pc $(DESTDIR)$(LIBDIR)/pkgconfig/libpcre.pc -- $(INSTALL_DATA) libpcrecpp.pc $(DESTDIR)$(LIBDIR)/pkgconfig/libpcrecpp.pc -+ $(mkinstalldirs) $(DESTDIR)$(prefix)/libdata/pkgconfig -+ $(INSTALL_DATA) libpcre.pc $(DESTDIR)$(prefix)/libdata/pkgconfig/libpcre.pc -+ $(INSTALL_DATA) libpcrecpp.pc $(DESTDIR)$(prefix)/libdata/pkgconfig/libpcrecpp.pc - - # The uninstall target removes all the files that were installed. +@@ -502,7 +502,7 @@ + pcredemo_LDADD = libpcre.la + # We have .pc files for pkg-config users. +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(DESTDIR)$(prefix)/libdata/pkgconfig + pkgconfig_DATA = libpcre.pc $(am__append_7) + dist_man_MANS = \ + doc/pcre.3 \ |