ports/opt (2.4): yasm: Update to 0.7.1, fix man location.
commit db6b3aac4d6384900eef8de0aaea9d0017f6e687 Author: Brett Goulder <predatorfreak@dcaf-security.org> Date: Mon Jun 2 12:57:37 2008 -0400 yasm: Update to 0.7.1, fix man location. diff --git a/yasm/.footprint b/yasm/.footprint index 93222a7..ce611ce 100644 --- a/yasm/.footprint +++ b/yasm/.footprint @@ -34,12 +34,12 @@ drwxr-xr-x root/root usr/include/libyasm/ -rw-r--r-- root/root usr/include/libyasm/value.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libyasm.a +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/yasm.1.gz +drwxr-xr-x root/root usr/man/man7/ +-rw-r--r-- root/root usr/man/man7/yasm_arch.7.gz +-rw-r--r-- root/root usr/man/man7/yasm_dbgfmts.7.gz +-rw-r--r-- root/root usr/man/man7/yasm_objfmts.7.gz +-rw-r--r-- root/root usr/man/man7/yasm_parsers.7.gz drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/yasm.1.gz -drwxr-xr-x root/root usr/share/man/man7/ --rw-r--r-- root/root usr/share/man/man7/yasm_arch.7.gz --rw-r--r-- root/root usr/share/man/man7/yasm_dbgfmts.7.gz --rw-r--r-- root/root usr/share/man/man7/yasm_objfmts.7.gz --rw-r--r-- root/root usr/share/man/man7/yasm_parsers.7.gz diff --git a/yasm/.md5sum b/yasm/.md5sum index dfa4771..972483a 100644 --- a/yasm/.md5sum +++ b/yasm/.md5sum @@ -1 +1 @@ -a9d5508702991de2bdd0903b8ba680ba yasm-0.6.2.tar.gz +fce21d066f4d04e3ec7f9318e6446e2b yasm-0.7.1.tar.gz diff --git a/yasm/Pkgfile b/yasm/Pkgfile index 8a69324..a2d9782 100644 --- a/yasm/Pkgfile +++ b/yasm/Pkgfile @@ -4,13 +4,14 @@ # Packager: Brett Goulder, predatorfreak at dcaf-security dot org name=yasm -version=0.6.2 +version=0.7.1 release=1 source=(http://www.tortall.net/projects/yasm/releases/$name-$version.tar.gz) build () { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --mandir=/usr/man make make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu