Use versioned distfile.
From: Eduardo Alvarenga <eduardo-kw-openbsd.81d1ed@thrx.org> Some cleanup.
This commit is contained in:
parent
12046a279b
commit
24abb6c2b0
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2004/02/12 14:09:49 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2004/11/11 18:36:52 naddy Exp $
|
||||
|
||||
COMMENT= "perl scripts for migrating system information to LDAP"
|
||||
|
||||
DISTNAME= MigrationTools
|
||||
PKGNAME= migrationtools-45
|
||||
DISTNAME= MigrationTools-46
|
||||
PKGNAME= ${DISTNAME:L}
|
||||
CATEGORIES= misc
|
||||
|
||||
MASTER_SITES= http://www.padl.com/download/
|
||||
HOMEPAGE= http://www.padl.com/OSS/MigrationTools.html
|
||||
|
||||
# BSD license, included with the source files
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -20,9 +20,7 @@ RUN_DEPENDS= openldap:openldap-client-*:databases/openldap
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
PKG_ARCH= *
|
||||
SUBST_VARS= PKGNAME
|
||||
WRKDIST= ${WRKDIR}/${DISTNAME}-45
|
||||
MTSDIR= ${PREFIX}/share/${PKGNAME}/
|
||||
MTSDIR= ${PREFIX}/share/migrationtools/
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MTSDIR}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (MigrationTools.tar.gz) = 2355e54f17a1fdc87b0d56ed9ea3e115
|
||||
RMD160 (MigrationTools.tar.gz) = 78628fb2e9b3142d1690a6c0fe8103435d025f9a
|
||||
SHA1 (MigrationTools.tar.gz) = cc6f5ae8b8fd42bb77f094dc962a22239a492df0
|
||||
MD5 (MigrationTools-46.tar.gz) = dc80548f76d6aeba2b51b15751e08b21
|
||||
RMD160 (MigrationTools-46.tar.gz) = 33699a962ca4b8b944a400ec670403521afe1c93
|
||||
SHA1 (MigrationTools-46.tar.gz) = 6c63a554c38560764f159198d707d11ca353ec45
|
||||
|
@ -1,28 +1,28 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 17:54:16 espie Exp $
|
||||
share/${PKGNAME}/
|
||||
share/${PKGNAME}/README
|
||||
share/${PKGNAME}/migrate_aliases.pl
|
||||
share/${PKGNAME}/migrate_all_netinfo_offline.sh
|
||||
share/${PKGNAME}/migrate_all_netinfo_online.sh
|
||||
share/${PKGNAME}/migrate_all_nis_offline.sh
|
||||
share/${PKGNAME}/migrate_all_nis_online.sh
|
||||
share/${PKGNAME}/migrate_all_nisplus_offline.sh
|
||||
share/${PKGNAME}/migrate_all_nisplus_online.sh
|
||||
share/${PKGNAME}/migrate_all_offline.sh
|
||||
share/${PKGNAME}/migrate_all_online.sh
|
||||
share/${PKGNAME}/migrate_automount.pl
|
||||
share/${PKGNAME}/migrate_base.pl
|
||||
share/${PKGNAME}/migrate_common.ph
|
||||
share/${PKGNAME}/migrate_fstab.pl
|
||||
share/${PKGNAME}/migrate_group.pl
|
||||
share/${PKGNAME}/migrate_hosts.pl
|
||||
share/${PKGNAME}/migrate_netgroup.pl
|
||||
share/${PKGNAME}/migrate_netgroup_byhost.pl
|
||||
share/${PKGNAME}/migrate_netgroup_byuser.pl
|
||||
share/${PKGNAME}/migrate_networks.pl
|
||||
share/${PKGNAME}/migrate_passwd.pl
|
||||
share/${PKGNAME}/migrate_profile.pl
|
||||
share/${PKGNAME}/migrate_protocols.pl
|
||||
share/${PKGNAME}/migrate_rpc.pl
|
||||
share/${PKGNAME}/migrate_services.pl
|
||||
share/${PKGNAME}/migrate_slapd_conf.pl
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/11/11 18:36:52 naddy Exp $
|
||||
share/migrationtools/
|
||||
share/migrationtools/README
|
||||
share/migrationtools/migrate_aliases.pl
|
||||
share/migrationtools/migrate_all_netinfo_offline.sh
|
||||
share/migrationtools/migrate_all_netinfo_online.sh
|
||||
share/migrationtools/migrate_all_nis_offline.sh
|
||||
share/migrationtools/migrate_all_nis_online.sh
|
||||
share/migrationtools/migrate_all_nisplus_offline.sh
|
||||
share/migrationtools/migrate_all_nisplus_online.sh
|
||||
share/migrationtools/migrate_all_offline.sh
|
||||
share/migrationtools/migrate_all_online.sh
|
||||
share/migrationtools/migrate_automount.pl
|
||||
share/migrationtools/migrate_base.pl
|
||||
share/migrationtools/migrate_common.ph
|
||||
share/migrationtools/migrate_fstab.pl
|
||||
share/migrationtools/migrate_group.pl
|
||||
share/migrationtools/migrate_hosts.pl
|
||||
share/migrationtools/migrate_netgroup.pl
|
||||
share/migrationtools/migrate_netgroup_byhost.pl
|
||||
share/migrationtools/migrate_netgroup_byuser.pl
|
||||
share/migrationtools/migrate_networks.pl
|
||||
share/migrationtools/migrate_passwd.pl
|
||||
share/migrationtools/migrate_profile.pl
|
||||
share/migrationtools/migrate_protocols.pl
|
||||
share/migrationtools/migrate_rpc.pl
|
||||
share/migrationtools/migrate_services.pl
|
||||
share/migrationtools/migrate_slapd_conf.pl
|
||||
|
Loading…
Reference in New Issue
Block a user