Update to version 2.1.
PR: 15535 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
parent
f7241fe884
commit
11918933ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24021
@ -1,15 +1,15 @@
|
||||
# New ports collection makefile for: flick
|
||||
# Version required: 2.0
|
||||
# Version required: 2.1
|
||||
# Date created: 21 Mar 1998
|
||||
# Whom: giffunip@asme.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= flick-2.0-src
|
||||
PKGNAME= flick-2.0
|
||||
DISTNAME= flick-2.1-src
|
||||
PKGNAME= flick-2.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://flux.cs.utah.edu/flux/flick/2.0/
|
||||
MASTER_SITES= ftp://flux.cs.utah.edu/flux/flick/2.1/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME}
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME}
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (flick-2.0-src.tar.gz) = cfc2b9b9ccdc08cfe0cde29c1b603169
|
||||
MD5 (flick-2.1-src.tar.gz) = 2e71b72dbe1d7bebb30fc4ebd5ef4a31
|
||||
|
@ -31,6 +31,7 @@ include/flick/link/trapeze.h
|
||||
include/flick/pres/all.h
|
||||
include/flick/pres/corba.h
|
||||
include/flick/pres/corbaxx.h
|
||||
include/flick/pres/flick_defs.scml
|
||||
include/flick/pres/mig.h
|
||||
include/flick/pres/mom.h
|
||||
include/flick/pres/std_defines.scml
|
||||
@ -42,6 +43,7 @@ include/flick/pres/tao_exception.scml
|
||||
include/flick/pres/tao_interface.scml
|
||||
include/flick/pres/tao_sequence.scml
|
||||
include/flick/pres/tao_struct.scml
|
||||
include/flick/pres/tao_stubs.scml
|
||||
include/flick/pres/tao_union.scml
|
||||
lib/libflick-iiop.a
|
||||
lib/libflick-suntcp.a
|
||||
|
Loading…
Reference in New Issue
Block a user