diff options
author | acm <acm@FreeBSD.org> | 2009-01-14 14:13:57 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-01-14 14:13:57 +0800 |
commit | 3d782516e3752497ac666e8964e012ffc1d7cea9 (patch) | |
tree | 4057223a9cea61bded4cc75b4233f763ca765332 /security | |
parent | d0c611cd44f807e53b203c83988ff467a805e0c1 (diff) | |
download | freebsd-ports-gnome-3d782516e3752497ac666e8964e012ffc1d7cea9.tar.gz freebsd-ports-gnome-3d782516e3752497ac666e8964e012ffc1d7cea9.tar.zst freebsd-ports-gnome-3d782516e3752497ac666e8964e012ffc1d7cea9.zip |
- Update to 2.2.2
Diffstat (limited to 'security')
-rw-r--r-- | security/fpc-hash/Makefile | 4 | ||||
-rw-r--r-- | security/fpc-hash/pkg-plist | 3 | ||||
-rw-r--r-- | security/fpc-openssl/Makefile | 4 |
3 files changed, 4 insertions, 7 deletions
diff --git a/security/fpc-hash/Makefile b/security/fpc-hash/Makefile index fe519092cdba..ea165115efab 100644 --- a/security/fpc-hash/Makefile +++ b/security/fpc-hash/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= security lang PKGNAMESUFFIX= -hash @@ -15,7 +15,7 @@ COMMENT= Free Pascal unit for MD5 hash routines USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile" diff --git a/security/fpc-hash/pkg-plist b/security/fpc-hash/pkg-plist index 86f7813ea837..dbc4f22ab8a8 100644 --- a/security/fpc-hash/pkg-plist +++ b/security/fpc-hash/pkg-plist @@ -11,11 +11,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/libpntlm.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/libpuuid.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/uuid.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/uuid.ppu -%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/hash/mdtest.pas @dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash @dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% @dirrmtry lib/fpc/%%PORTVERSION%%/units @dirrmtry lib/fpc/%%PORTVERSION%% @dirrmtry lib/fpc -%%PORTDOCS%%@dirrmtry share/examples/fpc-%%PORTVERSION%%/hash -%%PORTDOCS%%@dirrmtry share/examples/fpc-%%PORTVERSION%% diff --git a/security/fpc-openssl/Makefile b/security/fpc-openssl/Makefile index aab6a7ebebdd..df5c91f5d249 100644 --- a/security/fpc-openssl/Makefile +++ b/security/fpc-openssl/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= security lang PKGNAMESUFFIX= -openssl @@ -15,7 +15,7 @@ COMMENT= Free Pascal unit for OpenSSL USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} OPTIONS= OPENSSL "Install SSL and crypto library" on |