Index: head/databases/ipa_sdb/Makefile =================================================================== --- head/databases/ipa_sdb/Makefile (revision 394756) +++ head/databases/ipa_sdb/Makefile (revision 394757) @@ -1,32 +1,32 @@ # Created by: Andrey Simonenko # $FreeBSD$ PORTNAME= ipa_sdb PORTVERSION= 1.1.1 PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= SF/ipa-system/modules/ipa_sdb -MAINTAINER= simon@comsys.ntu-kpi.kiev.ua +MAINTAINER= ports@FreeBSD.org COMMENT= IPA simple database module BUILD_DEPENDS= ${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa USES= libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes NO_OPTIONS_SORT= yes OPTIONS_DEFINE= AUTORULES RULES LIMITS THRESHOLDS OPTIONS_DEFAULT= AUTORULES RULES LIMITS THRESHOLDS AUTORULES_DESC= Enable dynamic rules support RULES_DESC= Enable static rules support LIMITS_DESC= Enable limits support THRESHOLDS_DESC= Enable thresholds support AUTORULES_CONFIGURE_OFF= --disable-autorules RULES_CONFIGURE_OFF= --disable-rules LIMITS_CONFIGURE_OFF= --disable-limits THRESHOLDS_CONFIGURE_OFF= --disable-thresholds .include Index: head/misc/ipa_conv/Makefile =================================================================== --- head/misc/ipa_conv/Makefile (revision 394756) +++ head/misc/ipa_conv/Makefile (revision 394757) @@ -1,24 +1,24 @@ # Created by: Andrey Simonenko # $FreeBSD$ PORTNAME= ipa_conv PORTVERSION= 1.1 PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= SF/ipa-system/modules/ipa_conv -MAINTAINER= simon@comsys.ntu-kpi.kiev.ua +MAINTAINER= misc/ipa_conv COMMENT= IPA accounting/database module for converting statistics BUILD_DEPENDS= ${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa USES= libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PLIST_FILES= lib/ipa_conv.so \ man/man8/ipa_conv.8.gz \ man/ru.KOI8-R/man8/ipa_conv.8.gz .include Index: head/sysutils/ipa/Makefile =================================================================== --- head/sysutils/ipa/Makefile (revision 394756) +++ head/sysutils/ipa/Makefile (revision 394757) @@ -1,65 +1,65 @@ # Created by: Andrey Simonenko # $FreeBSD$ PORTNAME= ipa PORTVERSION= 2.1.2 CATEGORIES= sysutils MASTER_SITES= SF/ipa-system -MAINTAINER= simon@comsys.ntu-kpi.kiev.ua +MAINTAINER= sysutils/ipa COMMENT= Pluggable accounting system LICENSE= BSD2CLAUSE USES= tar:bzip2 GNU_CONFIGURE= yes USE_RC_SUBR= ipa NO_OPTIONS_SORT= yes OPTIONS_DEFINE= AUTORULES RULES LIMITS SUBLIMITS THRESHOLDS CTL_CREDS OPTIONS_DEFAULT= AUTORULES RULES LIMITS SUBLIMITS THRESHOLDS AUTORULES_DESC= Enable dynamic rules support RULES_DESC= Enable static rules support LIMITS_DESC= Enable limits support SUBLIMITS_DESC= Enable sublimits support THRESHOLDS_DESC= Enable thresholds support CTL_CREDS_DESC= Enable ipactl's messages credentials .include .if empty(PORT_OPTIONS:MAUTORULES) CONFIGURE_ARGS+= --disable-autorules .endif .if empty(PORT_OPTIONS:MRULES) CONFIGURE_ARGS+= --disable-rules .endif .if empty(PORT_OPTIONS:MLIMITS) CONFIGURE_ARGS+= --disable-limits .endif .if empty(PORT_OPTIONS:MSUBLIMITS) CONFIGURE_ARGS+= --disable-sublimits .endif .if empty(PORT_OPTIONS:MTHRESHOLDS) CONFIGURE_ARGS+= --disable-thresholds .endif .if ${PORT_OPTIONS:MCTL_CREDS} CONFIGURE_ARGS+= --enable-ctl-creds .endif PLIST_FILES= bin/ipa bin/ipactl bin/ipastat include/ipa_mod.h \ man/man3/ipa_mod.3.gz man/man5/ipa.conf.5.gz \ man/man5/ipastat.conf.5.gz man/man8/ipa.8.gz \ man/man8/ipactl.8.gz man/man8/ipastat.8.gz \ man/ru.KOI8-R/man3/ipa_mod.3.gz \ man/ru.KOI8-R/man5/ipa.conf.5.gz \ man/ru.KOI8-R/man5/ipastat.conf.5.gz \ man/ru.KOI8-R/man8/ipa.8.gz \ man/ru.KOI8-R/man8/ipactl.8.gz \ man/ru.KOI8-R/man8/ipastat.8.gz .include