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

(-)caesarcipher/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/security/caesarcipher/Makefile 491137 2019-01-25 08:53:06Z tobik $
1
# $FreeBSD: head/security/caesarcipher/Makefile 491137 2019-01-25 08:53:06Z tobik $
2
2
3
PORTNAME=	caesarcipher
3
PORTNAME=	caesarcipher
4
PORTVERSION=	1.0
4
PORTVERSION=	1.1
5
CATEGORIES=	security
5
CATEGORIES=	security
6
MASTER_SITES=	http://www.olivermahmoudi.com/files/
6
MASTER_SITES=	http://www.olivermahmoudi.com/files/
7
7
Lines 12-18 Link Here
12
12
13
PLIST_FILES=	bin/caesarcipher \
13
PLIST_FILES=	bin/caesarcipher \
14
		man/man1/caesarcipher.1.gz
14
		man/man1/caesarcipher.1.gz
15
WRKSRC=		${WRKDIR}/${PORTNAME}
15
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
16
16
17
do-build:
17
do-build:
18
	cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} ${PORTNAME}.c
18
	cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} ${PORTNAME}.c
(-)caesarcipher/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1507049180
1
TIMESTAMP = 1591905242
2
SHA256 (caesarcipher-1.0.tar.gz) = 278069c80162231b7c5664c27524275bed3d0ef982a8f9b937296a405822bf14
2
SHA256 (caesarcipher-1.1.tar.gz) = 6bb4c6b272c4a78787de10a0052fee1568044e7bd429e00f6532ae32e13a5a0a
3
SIZE (caesarcipher-1.0.tar.gz) = 6096
3
SIZE (caesarcipher-1.1.tar.gz) = 5861

Return to bug 247186