Changeset 14718 for trunk/dports


Ignore:
Timestamp:
Oct 19, 2005, 11:47:45 PM (19 years ago)
Author:
ricci
Message:

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
uprev to 0.9.4
add sha1 checksum
remove VERSION patch, no longer needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/libpcap/Portfile

    r13482 r14718  
    1 # $Id: Portfile,v 1.21 2005/08/12 20:07:28 ricci Exp $
     1# $Id: Portfile,v 1.22 2005/10/19 23:47:45 ricci Exp $
    22
    33PortSystem 1.0
    44name            libpcap
    5 version         0.9.3
     5version         0.9.4
    66revision        0
    77categories      net
     
    1414platforms       darwin
    1515master_sites    ${homepage}release/
    16 checksums       md5 0ad921c881fdd3d278046afcd352a151
     16checksums       md5 79025766e8027df154cb1f32de8a7974 \
     17                sha1 046f7624e66da51eba1ed2cb169695d1e7f31c29
    1718configure.args  --mandir=${prefix}/share/man
    1819configure.env   CFLAGS="-I. -dynamic -fno-common -DHAVE_CONFIG_H"
    19 patchfiles      patch-Makefile.in \
    20                 patch-VERSION
     20patchfiles      patch-Makefile.in
     21
    2122pre-configure   {
    2223        reinplace "s/COMPAT_INFO/-compatibility_version $version -current_version $version/" \
Note: See TracChangeset for help on using the changeset viewer.