View | Details | Raw Unified | Return to bug 157388
Collapse All | Expand All

(-)Makefile (-10 / +3 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	hmac
8
PORTNAME=	hmac
9
PORTVERSION=	0.3.2
9
PORTVERSION=	0.4.0
10
CATEGORIES=	security ruby
10
CATEGORIES=	security ruby
11
MASTER_SITES=	RF/ruby-hmac
11
MASTER_SITES=	RG
12
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
13
DISTNAME=	ruby-${PORTNAME}-${PORTVERSION}
13
DISTNAME=	ruby-${PORTNAME}-${PORTVERSION}
14
14
Lines 17-30 Link Here
17
17
18
USE_RUBY=	yes
18
USE_RUBY=	yes
19
USE_RUBYGEMS=	yes
19
USE_RUBYGEMS=	yes
20
RUBYGEM_AUTOPLIST=	yes
20
GEM_NAME=	${DISTNAME}
21
GEM_NAME=	${DISTNAME}
21
22
22
post-install:
23
	@${ECHO} ${GEM_CACHE} > ${TMPPLIST}
24
	@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
25
	@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST}
26
	@${ECHO} ${GEM_SPEC} >> ${TMPPLIST}
27
	@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST}
28
	@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST}
29
30
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (rubygem/ruby-hmac-0.3.2.gem) = 783599ce1320380f08acd6440c1e8669
1
SHA256 (rubygem/ruby-hmac-0.4.0.gem) = a4245ecf2cfb2036975b63dc37d41426727d8449617ff45daf0b3be402a9fe07
2
SHA256 (rubygem/ruby-hmac-0.3.2.gem) = 6cc3b6becf7a4f54a705dc7deaeea3c9408915b5e68f9c31d68f6593b54d653b
2
SIZE (rubygem/ruby-hmac-0.4.0.gem) = 7168
3
SIZE (rubygem/ruby-hmac-0.3.2.gem) = 7168

Return to bug 157388