svn commit: r360429 - head/devel/libstrfunc
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jul 3 17:47:19 UTC 2014
Author: amdmi3
Date: Thu Jul 3 17:47:18 2014
New Revision: 360429
URL: http://svnweb.freebsd.org/changeset/ports/360429
QAT: https://qat.redports.org/buildarchive/r360429/
Log:
- Switch to USES=libtool, drop .la files
PR: 191075
Submitted by: amdmi3
Approved by: maintainer timeout
Modified:
head/devel/libstrfunc/Makefile
head/devel/libstrfunc/pkg-plist
Modified: head/devel/libstrfunc/Makefile
==============================================================================
--- head/devel/libstrfunc/Makefile Thu Jul 3 17:41:48 2014 (r360428)
+++ head/devel/libstrfunc/Makefile Thu Jul 3 17:47:18 2014 (r360429)
@@ -3,16 +3,19 @@
PORTNAME= libstrfunc
PORTVERSION= 8.3
+PORTREVISION= 1
CATEGORIES= devel www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
http://lionet.info/soft/
-
MAINTAINER= vlm at lionet.info
COMMENT= Handles CGI forms, MIME, templates, date conversions, etc
+USES= libtool
+GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
+USE_AUTOTOOLS= autoconf aclocal automake libtoolize
+AUTOMAKE_ARGS= --add-missing
CONFIGURE_ARGS= --program-prefix=""
.include <bsd.port.mk>
Modified: head/devel/libstrfunc/pkg-plist
==============================================================================
--- head/devel/libstrfunc/pkg-plist Thu Jul 3 17:41:48 2014 (r360428)
+++ head/devel/libstrfunc/pkg-plist Thu Jul 3 17:47:18 2014 (r360429)
@@ -15,9 +15,9 @@ include/sf_sed.h
include/sf_mime.h
include/sf_time.h
lib/libstrfunc.a
-lib/libstrfunc.la
lib/libstrfunc.so
lib/libstrfunc.so.9
+lib/libstrfunc.so.9.0.1
man/man3/adjFILEpos.3.gz
man/man3/adjfdpos.3.gz
man/man3/base64_decode.3.gz
More information about the svn-ports-head
mailing list