diff options
author | avilla <avilla@FreeBSD.org> | 2010-12-16 18:09:08 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2010-12-16 18:09:08 +0800 |
commit | ff985a93948083361f87fe95a146e2676efcfb52 (patch) | |
tree | 356298b9f713e9ee30cc83055ee37419512641cd /sysutils/ipa | |
parent | fc9595ee74e7b769013747c0d1d6ff2105d2577b (diff) | |
download | freebsd-ports-gnome-ff985a93948083361f87fe95a146e2676efcfb52.tar.gz freebsd-ports-gnome-ff985a93948083361f87fe95a146e2676efcfb52.tar.zst freebsd-ports-gnome-ff985a93948083361f87fe95a146e2676efcfb52.zip |
- Update to 2.0.8.
- Use bsd.port.options.mk.
PR: ports/153176
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer)
Diffstat (limited to 'sysutils/ipa')
-rw-r--r-- | sysutils/ipa/Makefile | 27 | ||||
-rw-r--r-- | sysutils/ipa/distinfo | 5 |
2 files changed, 7 insertions, 25 deletions
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile index a6fb02df3801..9d4f5432013a 100644 --- a/sysutils/ipa/Makefile +++ b/sysutils/ipa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipa -PORTVERSION= 2.0.7 +PORTVERSION= 2.0.8 CATEGORIES= sysutils MASTER_SITES= SF/ipa-system @@ -22,12 +22,9 @@ OPTIONS= AUTORULES "Enable dynamic rules support" on \ LIMITS "Enable limits support" on \ SUBLIMITS "Enable sublimits support" on \ THRESHOLDS "Enable thresholds support" on \ - CTL_CREDS "Enable ipactl's messages credentials" off \ - MEMFUNC_DEBUG "Enable ipa_memfunc debugging" off \ - DEBUG_INFO "Produce debugging information" off \ - MAN_KOI8_R "Install Russian manual pages" off + CTL_CREDS "Enable ipactl's messages credentials" off -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if defined(WITHOUT_AUTORULES) CONFIGURE_ARGS+= --disable-autorules @@ -53,28 +50,14 @@ CONFIGURE_ARGS+= --disable-thresholds CONFIGURE_ARGS+= --enable-ctl-creds .endif -.if defined(WITH_MEMFUNC_DEBUG) -CONFIGURE_ARGS+= --enable-memfunc-debug -.endif - -.if defined(WITH_DEBUG_INFO) -STRIP= # empty -CFLAGS+= -g -.endif - MAN3= ipa_mod.3 MAN5= ipa.conf.5 ipastat.conf.5 MAN8= ipa.8 ipactl.8 ipastat.8 -MANLANG= "" -.if defined(WITH_MAN_KOI8_R) -MANLANG+= ru.KOI8-R -.endif +MANLANG= "" ru.KOI8-R do-install: cd ${WRKSRC}/src && ${MAKE} install cd ${WRKSRC}/man && ${MAKE} install-am -.if defined(WITH_MAN_KOI8_R) cd ${WRKSRC}/man/ru.KOI8-R && ${MAKE} install -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/ipa/distinfo b/sysutils/ipa/distinfo index 075c26924cc4..ecee1b578795 100644 --- a/sysutils/ipa/distinfo +++ b/sysutils/ipa/distinfo @@ -1,3 +1,2 @@ -MD5 (ipa-2.0.7.tar.bz2) = 6b1aa20e742fcc22c5ce2285dcde6417 -SHA256 (ipa-2.0.7.tar.bz2) = 638a5e8a5261b90eb33d3f69122b3c3167af6eb92b57161f458609e433598e14 -SIZE (ipa-2.0.7.tar.bz2) = 292861 +SHA256 (ipa-2.0.8.tar.bz2) = b20b2bda825eb95e7989eddbb9e244d00b7543e7f4703cb723dec438eaf0c2f4 +SIZE (ipa-2.0.8.tar.bz2) = 298517 |