diff options
author | acm <acm@FreeBSD.org> | 2006-09-08 05:40:37 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-09-08 05:40:37 +0800 |
commit | dc06bdda9afec2eb487d097ffdb2e5a94d1aff60 (patch) | |
tree | 95e897a7be8191a84fd57345d2b7c914352d6477 | |
parent | c92cc9c6b3dcdcd7d10614d55f61e859259331d1 (diff) | |
download | freebsd-ports-gnome-dc06bdda9afec2eb487d097ffdb2e5a94d1aff60.tar.gz freebsd-ports-gnome-dc06bdda9afec2eb487d097ffdb2e5a94d1aff60.tar.zst freebsd-ports-gnome-dc06bdda9afec2eb487d097ffdb2e5a94d1aff60.zip |
- Remove security/fpc-md5. It was renamed to security/fpc-hash
Approved by: garga (mentor, implicit)
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/fpc-md5/Makefile | 22 | ||||
-rw-r--r-- | security/fpc-md5/pkg-plist | 12 |
3 files changed, 0 insertions, 35 deletions
diff --git a/security/Makefile b/security/Makefile index 5df60e658ef3..02725301aa8d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -119,7 +119,6 @@ SUBDIR += firewalk SUBDIR += flawfinder SUBDIR += fpc-hash - SUBDIR += fpc-md5 SUBDIR += fpm SUBDIR += fragroute SUBDIR += fragrouter diff --git a/security/fpc-md5/Makefile b/security/fpc-md5/Makefile deleted file mode 100644 index 721d5757abbf..000000000000 --- a/security/fpc-md5/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: fpc-md5 -# Date created: 8 February 2004 -# Whom: John Merryweather Cooper -# -# $FreeBSD$ -# - -PORTREVISION= 1 -CATEGORIES= security lang -PKGNAMESUFFIX= -md5 - -MAINTAINER= acm@FreeBSD.org -COMMENT= Free Pascal unit for MD5 hash routines - -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} -HAVE_EXAMPLES= true - -.include "${MASTERDIR}/Makefile" diff --git a/security/fpc-md5/pkg-plist b/security/fpc-md5/pkg-plist deleted file mode 100644 index ff219b54022a..000000000000 --- a/security/fpc-md5/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/md5/Package.fpc -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/md5/md5.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/md5/md5.o -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/md5/libpmd5.a -%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/md5/md5test.pp -@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/md5 -@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% -@dirrmtry lib/fpc/%%PORTVERSION%%/units -@dirrmtry lib/fpc/%%PORTVERSION%% -@dirrmtry lib/fpc -%%PORTDOCS%%@dirrmtry share/examples/fpc-%%PORTVERSION%%/md5 -%%PORTDOCS%%@dirrmtry share/examples/fpc-%%PORTVERSION%% |