diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-07-29 10:52:16 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-07-29 10:52:16 +0000 |
commit | b99c822452dde0effc7d8dcb964bf19a4a15b1b1 (patch) | |
tree | c812ce3bb12f290304d34c74239773e9bddcaadd /security/pear-Text_Password | |
parent | 760acb30d07f5e7f0245f27f917d7fcadccca817 (diff) |
Notes
Diffstat (limited to 'security/pear-Text_Password')
-rw-r--r-- | security/pear-Text_Password/Makefile | 4 | ||||
-rw-r--r-- | security/pear-Text_Password/pkg-plist | 10 |
2 files changed, 10 insertions, 4 deletions
diff --git a/security/pear-Text_Password/Makefile b/security/pear-Text_Password/Makefile index 6dfcde4f4503..a9f2718feca3 100644 --- a/security/pear-Text_Password/Makefile +++ b/security/pear-Text_Password/Makefile @@ -12,10 +12,6 @@ CATEGORIES= security www pear MAINTAINER= bra@fsn.hu COMMENT= PEAR random password creator -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - USE_PHP= yes WANT_PHP_PEAR= yes diff --git a/security/pear-Text_Password/pkg-plist b/security/pear-Text_Password/pkg-plist new file mode 100644 index 000000000000..d88c735d791d --- /dev/null +++ b/security/pear-Text_Password/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +lib/php/pear/.registry/text_password.reg +share/pear/Text/Password.php +share/pear/packages/pear-Text_password-1.0/package.xml +share/pear/tests/Text_password/01-text-password.phpt +@dirrm share/pear/Text +@dirrm share/pear/packages/pear-Text_password-1.0 +@dirrm share/pear/tests/Text_password +@unexec rmdir %D/share/pear/packages 2>/dev/null || true +@unexec rmdir %D/share/pear/tests 2>/dev/null || true |