svn commit: r334046 - in head/security/vuxml: . files

Eitan Adler eadler at FreeBSD.org
Sun Nov 17 02:12:33 UTC 2013


Author: eadler
Date: Sun Nov 17 02:12:32 2013
New Revision: 334046
URL: http://svnweb.freebsd.org/changeset/ports/334046

Log:
  Minor tweak to standard template in order to fit with convention

Modified:
  head/security/vuxml/Makefile
  head/security/vuxml/files/newentry.sh

Modified: head/security/vuxml/Makefile
==============================================================================
--- head/security/vuxml/Makefile	Sun Nov 17 02:12:25 2013	(r334045)
+++ head/security/vuxml/Makefile	Sun Nov 17 02:12:32 2013	(r334046)
@@ -46,7 +46,6 @@ PLIST=		${WRKDIR}/PLIST
 
 VUXML_FILE?=	${PKGDIR}/vuln.xml
 
-NO_STAGE=	yes
 do-extract:
 	@${RM} -rf ${WRKDIR}
 	@${MKDIR} ${WRKDIR}

Modified: head/security/vuxml/files/newentry.sh
==============================================================================
--- head/security/vuxml/files/newentry.sh	Sun Nov 17 02:12:25 2013	(r334045)
+++ head/security/vuxml/files/newentry.sh	Sun Nov 17 02:12:32 2013	(r334046)
@@ -39,6 +39,7 @@ cat << EOF >> "${tmp}" || exit 1
       </body>
     </description>
     <references>
+      <url>INSERT SAME URL HERE</url>
     </references>
     <dates>
       <discovery>${discovery}</discovery>


More information about the svn-ports-all mailing list