View | Details | Raw Unified | Return to bug 181880 | Differences between
and this patch

Collapse All | Expand All

(-)devel/rudiments/Makefile (-5 / +4 lines)
Lines 2-10 Link Here
2
# $FreeBSD: head/devel/rudiments/Makefile 324744 2013-08-14 22:35:50Z ak $
2
# $FreeBSD: head/devel/rudiments/Makefile 324744 2013-08-14 22:35:50Z ak $
3
3
4
PORTNAME=	rudiments
4
PORTNAME=	rudiments
5
PORTVERSION=	0.41
5
PORTVERSION=	0.42
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.50
7
MASTER_SITES=	SF
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	C++ class library for daemons, clients, servers, and more
10
COMMENT=	C++ class library for daemons, clients, servers, and more
Lines 13-19 Link Here
13
13
14
OPTIONS_DEFINE=	DOCS
14
OPTIONS_DEFINE=	DOCS
15
15
16
USES=		pkgconfig
16
USES=		pkgconfig shebangfix
17
SHEBANG_FILES=	doc/programming/insert.pl
17
USE_OPENSSL=	yes
18
USE_OPENSSL=	yes
18
USE_AUTOTOOLS=	libtool
19
USE_AUTOTOOLS=	libtool
19
CONFIGURE_ARGS=	--with-ssl-includes=-I${OPENSSLINC} \
20
CONFIGURE_ARGS=	--with-ssl-includes=-I${OPENSSLINC} \
Lines 30-37 Link Here
30
		'/cd doc;/s|^|#| ; \
31
		'/cd doc;/s|^|#| ; \
31
		 /pkgconfig/s|$$(libdir)/|$$(prefix)/libdata/|' ${WRKSRC}/Makefile
32
		 /pkgconfig/s|$$(libdir)/|$$(prefix)/libdata/|' ${WRKSRC}/Makefile
32
	@${REINPLACE_CMD} -e \
33
	@${REINPLACE_CMD} -e \
33
		's|^#!/usr/bin/perl|#!${PERL}|' ${WRKSRC}/doc/programming/insert.pl
34
	@${REINPLACE_CMD} -e \
35
		's| -release $$(RUDIMENTS_VERSION)||' ${WRKSRC}/src/Makefile.in
34
		's| -release $$(RUDIMENTS_VERSION)||' ${WRKSRC}/src/Makefile.in
36
35
37
post-install:
36
post-install:
(-)devel/rudiments/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rudiments-0.41.tar.gz) = c2a128b31e70115b76bf6e8f6f4be34310a51e52ae6ef9a6470f17d4f720b1ee
1
SHA256 (rudiments-0.42.tar.gz) = 9a5a9ed275b660b8c0cc0f530bc69c0c338d1a8b53d762abe40c4f24f5c53273
2
SIZE (rudiments-0.41.tar.gz) = 1480480
2
SIZE (rudiments-0.42.tar.gz) = 1488133

Return to bug 181880