mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch databases/namazu2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
This commit is contained in:
parent
78a902c4c7
commit
cb5de81339
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363417
@ -5,7 +5,7 @@ PORTNAME= namazu
|
||||
PORTVERSION= ${NAMAZU_PORTVERSION}
|
||||
CATEGORIES+= databases www textproc
|
||||
MASTER_SITES= http://www.namazu.org/stable/
|
||||
PKGNAMESUFFIX= 2
|
||||
PKGNAMESUFFIX= 3
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Full-text search system intended for easy use
|
||||
@ -13,8 +13,8 @@ COMMENT= Full-text search system intended for easy use
|
||||
BUILD_DEPENDS= p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic
|
||||
RUN_DEPENDS= p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic
|
||||
|
||||
USES= gettext iconv perl5
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= gettext iconv libtool perl5
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-perl5="${PERL}" \
|
||||
--with-libintl-prefix=${LOCALBASE} \
|
||||
${ICONV_CONFIGURE_ARG}
|
||||
@ -24,7 +24,6 @@ OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include "${.CURDIR}/Makefile.common"
|
||||
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.in
|
||||
|
||||
|
@ -37,9 +37,9 @@ include/namazu/util.h
|
||||
include/namazu/var.h
|
||||
include/namazu/wakati.h
|
||||
lib/libnmz.a
|
||||
lib/libnmz.la
|
||||
lib/libnmz.so
|
||||
lib/libnmz.so.8
|
||||
lib/libnmz.so.7
|
||||
lib/libnmz.so.7.1.3
|
||||
libexec/namazu.cgi
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/manual.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/nmz.html
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= Search-Namazu
|
||||
PORTVERSION= 0.96
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= namazu
|
||||
PORTVERSION= ${NAMAZU_PORTVERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= japanese databases www textproc
|
||||
MASTER_SITES= # empty
|
||||
PKGNAMESUFFIX= 2
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mailman
|
||||
DISTVERSION= 2.1.18-1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_GNU} \
|
||||
SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= nmzmail
|
||||
PORTVERSION= 0.1.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ CENKES
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mknmz-wwwoffle
|
||||
PORTVERSION= 0.7.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www databases textproc
|
||||
MASTER_SITES= http://www.naney.org/comp/distrib/mknmz-wwwoffle/archive/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user