Skip to content

Commit

Permalink
security/munge: Use release archive and rearrange Makefile
Browse files Browse the repository at this point in the history
Use release archive as suggested by Porters Handbook, this also
removes the need to use USES= autoreconf
Rearrange Makefile to follow Porters Handbook more closely

PR:		261027
Reviewed by:	bofh@ (maintainer)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Jan 25, 2022
1 parent e0b21a9 commit b61153e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions security/munge/Makefile
@@ -1,26 +1,26 @@
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>

PORTNAME= munge
PORTVERSION= 0.5.14
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 0.5.14
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://github.com/dun/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/

MAINTAINER= bofh@FreeBSD.org
COMMENT= Authentication service for creating and validating credentials

LICENSE= GPLv3 LGPL3
LICENSE_COMB= dual

GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-openssl-prefix=${OPENSSLBASE}
USES= autoreconf cpe libtool pathfix perl5 ssl
USES= cpe libtool pathfix perl5 ssl tar:xz
CPE_VENDOR= opensuse
GNU_CONFIGURE= yes
USE_LDCONFIG= yes

USE_RC_SUBR= munged

INSTALL_TARGET= install-strip

USE_GITHUB= yes
GH_ACCOUNT= dun
CONFIGURE_ARGS= --with-openssl-prefix=${OPENSSLBASE}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions security/munge/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1580907601
SHA256 (dun-munge-munge-0.5.14_GH0.tar.gz) = 5d97b4df164f26e0fb9b86a215e646b2311fa79a2fe9aaaeac067f4ed906220a
SIZE (dun-munge-munge-0.5.14_GH0.tar.gz) = 274972
TIMESTAMP = 1641593412
SHA256 (munge-0.5.14.tar.xz) = 6606a218f18090fa1f702e3f6fb608073eb6aafed534cf7dd81b67b2e0d30640
SIZE (munge-0.5.14.tar.xz) = 439776

0 comments on commit b61153e

Please sign in to comment.